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
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,19 +22,19 @@ Download this extension from the [Visual Studio Marketplace][marketplace] or get
22
22
23
23
## Features
24
24
25
-
-[Workspaces & super workspaces both fully supported (super workspace is a folder with multiple cargo workspaces).](https://youtu.be/pE1Vr2zVCbg?t80)
26
-
-[Intellisense / Auto-complete / Goto definition / Code actions / Find references etc. all features from Rust language server.](https://youtu.be/pE1Vr2zVCbg?t210)
27
-
-[Build, Clean (errors in Error list with details in output window).](https://youtu.be/pE1Vr2zVCbg?t242)
28
-
-[Debug & Run without debugging.](https://youtu.be/pE1Vr2zVCbg?t1424)
29
-
-[Run, debug & manage unit tests from test explorer.](https://youtu.be/pE1Vr2zVCbg?t429)
30
-
-[Examples support (run & debug).](https://youtu.be/pE1Vr2zVCbg?t1311)
31
-
-[Set additional properties for build / debug / run (e.g. command line arguments).](https://youtu.be/pE1Vr2zVCbg?t1469)
-[Workspaces & super workspaces both fully supported (super workspace is a folder with multiple cargo workspaces).](https://youtu.be/pE1Vr2zVCbg?t=80)
26
+
-[Intellisense / Auto-complete / Goto definition / Code actions / Find references etc. all features from Rust language server.](https://youtu.be/pE1Vr2zVCbg?t=210)
27
+
-[Build, Clean (errors in Error list with details in output window).](https://youtu.be/pE1Vr2zVCbg?t=242)
28
+
-[Debug & Run without debugging.](https://youtu.be/pE1Vr2zVCbg?t=1424)
29
+
-[Run, debug & manage unit tests from test explorer.](https://youtu.be/pE1Vr2zVCbg?t=379)
30
+
-[Examples support (run & debug).](https://youtu.be/pE1Vr2zVCbg?t=1311)
31
+
-[Set additional properties for build / debug / run (e.g. command line arguments).](https://youtu.be/pE1Vr2zVCbg?t=1469)
-[Extension Logs for debugging in Output | rust-analyzer.vs pane.](https://youtu.be/pE1Vr2zVCbg?t129)
36
-
-[Test integration requires changes currently in rust nightly toolchain. RFC is in progress to promote the changes to stable. Refer: https://](https://youtu.be/pE1Vr2zVCbg?t379)
-[Extension Logs for debugging in Output | rust-analyzer.vs pane.](https://youtu.be/pE1Vr2zVCbg?t=129)
36
+
-[Test integration requires changes currently in rust nightly toolchain. RFC is in progress to promote the changes to stable. Refer: https://](https://youtu.be/pE1Vr2zVCbg?t=379)
> These features continue to get tested with with top Rust OSS projects like [cargo](https://github.com/rust-lang/cargo), [ruffle](https://github.com/ruffle-rs/ruffle), [iced](https://github.com/iced-rs/iced), [geo](https://github.com/georust/geo), [ruff](https://github.com/charliermarsh/ruff), [reqwest](https://github.com/seanmonstar/reqwest), [wasmtime](https://github.com/bytecodealliance/wasmtime). There are bugs! 😉
0 commit comments