Skip to content

Commit

Permalink
cli: point docs to the new RA extension ns (#162500)
Browse files Browse the repository at this point in the history
  • Loading branch information
lnicola committed Oct 4, 2022
1 parent 2a0eb28 commit 1ba1c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/CONTRIBUTING.md
@@ -1,7 +1,7 @@
# Setup

0. Clone, and then run `git submodule update --init --recursive`
1. Get the extensions: [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=matklad.rust-analyzer) and [CodeLLDB](https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb)
1. Get the extensions: [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer) and [CodeLLDB](https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb)
2. Ensure your workspace is set to the `launcher` folder being the root.

## Building the CLI on Windows
Expand Down

0 comments on commit 1ba1c51

Please sign in to comment.