polyuworld-emscripten-addon-template
Version:
Enabling C++ programming with this add-on
16 lines • 882 B
JSON
{
"terminal.integrated.profiles.windows": {
"PowerShell": null,
"Windows PowerShell": null,
"Command Prompt": {
"path": "${env:windir}\\System32\\cmd.exe",
"env": {
"PATH": "${env:USERPROFILE}\\Downloads\\PortableGit\\bin;${env:USERPROFILE}\\Downloads\\node-v16.16.0-win-x64;${env:USERPROFILE}\\Downloads\\python-3.10.8-amd64-portable;${env:USERPROFILE}\\Downloads\\python-3.10.8-amd64-portable\\Scripts;${env:USERPROFILE}\\Downloads\\x86_64-8.1.0-release-posix-seh-rt_v6-rev0\\mingw64;${env:USERPROFILE}\\Downloads\\x86_64-8.1.0-release-posix-seh-rt_v6-rev0\\mingw64\\bin;${env:USERPROFILE}\\Downloads\\cmake-3.26.1-windows-x86_64\\bin;"
}
}
},
"terminal.integrated.defaultProfile.windows": "Command Prompt",
"files.associations": {
"cassert": "cpp"
}
}