Skip to content

Commit

Permalink
Typo fix missing word
Browse files Browse the repository at this point in the history
  • Loading branch information
carter committed Oct 25, 2023
1 parent a539e50 commit c9b82c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ A convenient (and recommended) development setup is to use the provided Dockerfi

VS Code will now automatically startup a container with your image, mount your workspace into the container, and connect your VS Code session so that you are operating within the container. Rust Analyzer and Code LLDB should be providing correct intellisense features and the ability to graphically debug. However, `rust-analyzer` may fail to startup correctly if you haven't run `colcon build` from the root of your workspace and correctly generated your `.cargo/config.toml`, see [here](#learning-by-doing) for help.

Note: You may need to manually start the rust-analyzer with `Ctrl + Shift + P` and `rust-analyzer: Start server`.
Note: You may need to manually start the rust-analyzer server with `Ctrl + Shift + P` and `rust-analyzer: Start server`.

Instructions provided here are a minimal guide, refer to these documents for additional information:
- [Creating a Dev Container](https://code.visualstudio.com/docs/devcontainers/create-dev-container)
Expand Down

0 comments on commit c9b82c6

Please sign in to comment.