Skip to content

Commit 7942135

Browse files
committed
chore: PR feedback
1 parent ce41fb1 commit 7942135

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ bun i
1212

1313
> While it's possible to use [`npm`](https://github.com/npm/cli), [`yarn`](https://classic.yarnpkg.com/), or [`pnpm`](https://pnpm.io), the tooling is built around [`bun`](https://bun.sh), so you'll have an easier time if you use `bun` for development.
1414
15-
If you are using a VSCode-flavored IDE and the `clangd` extension, you can use the `scripts/dev_env.sh` script to set up the environment for C++ development. This will create a `compile_commands.json` file in the root directory of the project, which will allow the IDE to provide proper includes, better code completion and navigation. After that, add the following to your `.vscode/settings.json` file:
15+
If you are using a VSCode-flavored IDE and the `clangd` extension, you can use the `scripts/setup_clang_env.sh` script to set up the environment for C++ development. This will create a `compile_commands.json` file in the root directory of the project, which will allow the IDE to provide proper includes, better code completion and navigation. After that, add the following to your `.vscode/settings.json` file:
1616

1717
```json
1818
{
File renamed without changes.

0 commit comments

Comments
 (0)