diff options
| author | Christopher Uhlig | 2024-07-22 14:32:22 +0200 |
|---|---|---|
| committer | Christopher Uhlig | 2024-07-22 14:32:22 +0200 |
| commit | f10ae66023d98d0f6ce43b8cbf80a769d464d472 (patch) | |
| tree | 11fac3a078392c33d57b6bd23880ecbe7b0e46a8 /.vscode/c_cpp_properties.json | |
| parent | 8905d3bdbb8474274ed788791c50ed8107ba07a5 (diff) | |
| download | minishell-f10ae66023d98d0f6ce43b8cbf80a769d464d472.tar.gz minishell-f10ae66023d98d0f6ce43b8cbf80a769d464d472.zip | |
debugger minishell
Diffstat (limited to '.vscode/c_cpp_properties.json')
| -rw-r--r-- | .vscode/c_cpp_properties.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json new file mode 100644 index 0000000..97c1779 --- /dev/null +++ b/.vscode/c_cpp_properties.json @@ -0,0 +1,18 @@ +{ + "configurations": [ + { + "name": "macos-clang-x64", + "includePath": [ + "${workspaceFolder}/**" + ], + "compilerPath": "/usr/bin/clang", + "cStandard": "${default}", + "cppStandard": "${default}", + "intelliSenseMode": "macos-clang-x64", + "compilerArgs": [ + "" + ] + } + ], + "version": 4 +}
\ No newline at end of file |
