Remove VS-Code files

This commit is contained in:
Sam Ellicott 2020-05-20 00:04:14 -04:00
parent 4cc141bff1
commit 779651da4b

View file

@ -1,26 +0,0 @@
{
"configurations": [
{
"name": "Win32",
"includePath": [
"${workspaceFolder}/**",
"${workspaceFolder}/../embeddedcommon"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE",
"CNFA_IMPLEMENTATION",
"__TINYC__",
"TCC",
"NO_WIN_HEADERS"
],
"windowsSdkVersion": "10.0.17763.0",
"compilerPath": "C:/Program Files (x86)/Microsoft Visual Studio/2017/Enterprise/VC/Tools/MSVC/14.16.27023/bin/Hostx64/x64/cl.exe",
"cStandard": "c11",
"cppStandard": "c++17",
"intelliSenseMode": "msvc-x64"
}
],
"version": 4
}