.vscode dir updates

This commit is contained in:
vaclavt 2022-02-17 20:43:28 +01:00
parent 7ad26ba427
commit 5d0b36d0f0
2 changed files with 2 additions and 4 deletions

2
.gitignore vendored
View File

@ -7,3 +7,5 @@ CMakeFiles
Testing
.cache
Makefile
cmake_install.cmake
CMakeCache.txt

View File

@ -7,10 +7,6 @@
"${workspaceFolder}/clib"
],
"defines": [],
"macFrameworkPath": [
"/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks"
],
"compilerPath": "/usr/bin/clang",
"cStandard": "c17",
"intelliSenseMode": "macos-clang-x64",
"configurationProvider": "ms-vscode.cmake-tools"