1
0
Fork 0
mirror of https://github.com/gwm17/implot.git synced 2024-05-19 15:23:21 -04:00

Remove accidental vscode stuff

This commit is contained in:
Gordon McCann 2023-06-20 12:55:22 -04:00
parent 96412c79fe
commit c2b30bc47b

View File

@ -1,19 +0,0 @@
{
"configurations": [
{
"name": "Mac",
"includePath": [
"${workspaceFolder}/**",
"${workspaceFolder}/../Specter/Specter/vendor/**"
],
"defines": [],
"macFrameworkPath": [
"/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks"
],
"compilerPath": "/usr/bin/clang",
"intelliSenseMode": "macos-clang-x64",
"cppStandard": "c++20"
}
],
"version": 4
}