Skip to content

Commit

Permalink
Improve README syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
ngiloq6 authored Apr 6, 2022
1 parent 95ed526 commit bb41b93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Finally, you'll need to `bazel run :refresh_compile_commands`
### VSCode
Let's get clangd's extension installed and configured.

```
```Shell
code --install-extension llvm-vs-code-extensions.vscode-clangd
# We also need make sure that Microsoft's C++ extension is not involved and interfering.
code --uninstall-extension ms-vscode.cpptools
Expand All @@ -130,7 +130,7 @@ Then, open VSCode *user* settings, so things will be automatically set up for al
Search for "clangd".

Add the following three separate entries to `"clangd.arguments"`:
```
```Shell
--header-insertion=never
--compile-commands-dir=${workspaceFolder}/
--query-driver=/**/*
Expand Down

0 comments on commit bb41b93

Please sign in to comment.