Skip to content

Commit c75c3c1

Browse files
committed
[release] v2.0 with unit testing + bug fixes
1 parent 0fe82dc commit c75c3c1

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,19 @@ Download this extension from the [Visual Studio Marketplace][marketplace] or get
2222

2323
## Features
2424

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)
32-
- [Clippy / Fmt integration.](https://youtu.be/pE1Vr2zVCbg?t1197)
33-
- [Comment (Ctrl+K Ctrl+C) & Uncomment (Ctrl+K Ctrl+U)](https://youtu.be/pE1Vr2zVCbg?t762)
25+
- [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)
32+
- [Clippy / Fmt integration.](https://youtu.be/pE1Vr2zVCbg?t=1197)
33+
- [Comment (Ctrl+K Ctrl+C) & Uncomment (Ctrl+K Ctrl+U)](https://youtu.be/pE1Vr2zVCbg?t=762)
3434
- Infrastructure features
35-
- [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)
37-
- [Tools | Options | rust-analyzer.vs](https://youtu.be/pE1Vr2zVCbg?t1225)
35+
- [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)
37+
- [Tools | Options | rust-analyzer.vs](https://youtu.be/pE1Vr2zVCbg?t=1225)
3838

3939
> 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! 😉
4040

0 commit comments

Comments
 (0)