polyuworld-emscripten-addon-template
Version:
Enabling C++ programming with this add-on
20 lines • 512 B
JSON
{
"configurations": [
{
"name": "Win32",
"includePath": [
"${workspaceFolder}/**",
"${workspaceFolder}/src/cpp/emsdk/upstream/emscripten/system/include/**"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"cStandard": "c17",
"cppStandard": "c++17",
"intelliSenseMode": "windows-gcc-x64"
}
],
"version": 4
}