From 9f48d6912e02fa5fcca46bb5f493bc2267ec8c82 Mon Sep 17 00:00:00 2001 From: Christopher Uhlig Date: Mon, 5 Aug 2024 13:22:54 +0200 Subject: removed .vscode --- .vscode/c_cpp_properties.json | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .vscode/c_cpp_properties.json (limited to '.vscode/c_cpp_properties.json') diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json deleted file mode 100644 index 97c1779..0000000 --- a/.vscode/c_cpp_properties.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "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 -- cgit v1.2.3