You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -196,8 +196,7 @@ If you want to help me, please star this repository to increase the visibility o
196
196
## Roadmap
197
197
198
198
* Better windows compatibility when not using WLS: The commands `rm -rf` and `mkdir -p` only exist on unix. To support Windows without WLS we should run the equivalent powershell command when Windows is detected.
199
-
* Rust: Support for `Build and run (cargo)`, `Build (cargo)`, and `Run (cargo)`.
200
-
* Go: Support for `Build and run (cli)`, `Build (cli)`, and `Run (cli)`.
199
+
*~~Rust: Support for `Cargo build and run`, `Cargo build`, and `Cargo run`.~~
201
200
*~~Allow `# comments` in `.solution.toml` files.~~
202
201
*~~BREAKING CHANGE: Use `.solution.toml` instead of `.solution` files. This allow code editors to highlight possible errors in the config file.~~
203
202
*~~Proposal: Always compile in debug mode by default, so people don't have to create a `.solution` file just to set the debug argument to debug their programs on DAP.~~
0 commit comments