From b234fd1e1773814d9db5aea3c01d3c61d10b6067 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 14 Oct 2024 19:53:13 +0200 Subject: IMP: Remove .vscode Signed-off-by: Amlal El Mahrouss --- .vscode/c_cpp_properties.json | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .vscode/c_cpp_properties.json 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 -- cgit v1.2.3