Browse Source

update vscode

master
Tom Nordal 2 years ago
parent
commit
bcd1694da7
  1. 20
      .vscode/c_cpp_properties.json

20
.vscode/c_cpp_properties.json vendored

@ -0,0 +1,20 @@
{
"configurations": [
{
"name": "Win32",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"compilerPath": "C:\\VSARM\\mingw\\mingw32\\bin\\gcc.exe",
"cStandard": "c17",
"cppStandard": "gnu++14",
"intelliSenseMode": "windows-gcc-x86"
}
],
"version": 4
}
Loading…
Cancel
Save