diff options
| -rw-r--r-- | .vscode/c_cpp_properties.json | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json deleted file mode 100644 index 52e611ff..00000000 --- a/.vscode/c_cpp_properties.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "configurations": [ - { - "name": "MinKrnl and ZKA OS", - "includePath": [ - "${workspaceFolder}/**" - ], - "compilerPath": "x86_64-pc-cygwin-g++.exe", - "cStandard": "c17", - "cppStandard": "c++20", - "intelliSenseMode": "gcc-x64" - } - ], - "version": 4 -}
\ No newline at end of file |
