C/C++ INTEGRATION FOR VSCODE

main
Dominik Madarász 2024-08-15 23:17:31 +02:00
parent 4398cd805d
commit a28b243352
3 changed files with 25 additions and 1 deletions

17
.vscode/c_cpp_properties.json vendored 100644
View File

@ -0,0 +1,17 @@
{
"configurations": [
{
"name": "Win32",
"includePath": [
"${workspaceFolder}/**"
],
"windowsSdkVersion": "10.0.22621.0",
"compilerPath": "cl.exe",
"intelliSenseMode": "windows-msvc-x64",
"defines": [
"NDEBUG=1"
]
}
],
"version": 4
}

View File

@ -7,5 +7,8 @@
"*.gspec": "go",
"fsm.h": "c",
"v4k": "c"
}
},
"C_Cpp.default.defines": [
"_WIN32"
]
}

4
_editor.bat 100644
View File

@ -0,0 +1,4 @@
@echo off
call razzle amd64
start "" code .
exit