Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
radurentea committed Dec 4, 2023
1 parent 92ddeb4 commit c7e6873
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/C_CPP_CONFIGURATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ The default configuration file is located in `{PROJECT_DIR}/.vscode/c_cpp_proper

To enable Code Navigation, auto-complete and other language support features on ESP-IDF source files on Visual Studio Code. Please take a look at [C/C++ Configurations](https://code.visualstudio.com/docs/cpp/config-linux#_cc-configurations) for more detail about c_cpp_properties.json configuration fields.


## Default Configuration with compile_commands.json

For the default configuration, you must build your project beforehand in order to generate `${workspaceFolder}/build/compile_commands.json` (where \${workspaceFolder} is your project directory). This file will then be used to resolve your C/C++ headers.
Expand Down

0 comments on commit c7e6873

Please sign in to comment.