aboutsummaryrefslogtreecommitdiff
path: root/main/puzzle/neo/esp-neopuzzle/.vscode/c_cpp_properties.json
diff options
context:
space:
mode:
authorElwin Hammer <elwinhamer@gmail.com>2024-05-21 20:28:54 +0200
committerElwin Hammer <elwinhamer@gmail.com>2024-05-21 20:28:54 +0200
commitb6fd2f7a865b70281e429851190aa46da17c681f (patch)
tree89c5bd5a25fe0c513873c7741f9c305e7cf46519 /main/puzzle/neo/esp-neopuzzle/.vscode/c_cpp_properties.json
parent885e34ef906d7d11e83b8fafa0b6f3b3653f44fd (diff)
Pull request changes applied and fixed the code so that it can compile without any errors
Diffstat (limited to 'main/puzzle/neo/esp-neopuzzle/.vscode/c_cpp_properties.json')
-rw-r--r--main/puzzle/neo/esp-neopuzzle/.vscode/c_cpp_properties.json27
1 files changed, 0 insertions, 27 deletions
diff --git a/main/puzzle/neo/esp-neopuzzle/.vscode/c_cpp_properties.json b/main/puzzle/neo/esp-neopuzzle/.vscode/c_cpp_properties.json
deleted file mode 100644
index ee1cac1..0000000
--- a/main/puzzle/neo/esp-neopuzzle/.vscode/c_cpp_properties.json
+++ /dev/null
@@ -1,27 +0,0 @@
-{
- "configurations": [
- {
- "name": "ESP-IDF",
- "compilerPath": "${config:idf.toolsPathWin}\\tools\\xtensa-esp-elf\\esp-13.2.0_20230928\\xtensa-esp-elf\\bin\\xtensa-esp32-elf-gcc.exe",
- "compileCommands": "${workspaceFolder}/build/compile_commands.json",
- "includePath": [
- "${config:idf.espIdfPath}/components/**",
- "${config:idf.espIdfPathWin}/components/**",
- "${config:idf.espAdfPath}/components/**",
- "${config:idf.espAdfPathWin}/components/**",
- "${workspaceFolder}/**"
- ],
- "browse": {
- "path": [
- "${config:idf.espIdfPath}/components",
- "${config:idf.espIdfPathWin}/components",
- "${config:idf.espAdfPath}/components/**",
- "${config:idf.espAdfPathWin}/components/**",
- "${workspaceFolder}"
- ],
- "limitSymbolsToIncludedHeaders": false
- }
- }
- ],
- "version": 4
-}