diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-10-14 19:53:13 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-10-14 19:53:13 +0200 |
| commit | b234fd1e1773814d9db5aea3c01d3c61d10b6067 (patch) | |
| tree | 97d7a51f4d4bb2ded52aa2969a1e963e395c440f | |
| parent | 3b30e6eaabd1f62c71acb4c50df3395231ef26d5 (diff) | |
IMP: Remove .vscode
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
| -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 |
