Open aytey opened 4 months ago
In .vscode/settings.json, rather than:
.vscode/settings.json
{ "C_Cpp.default.compilerPath": "/usr/bin/g++", "vectorcastTestExplorer.build.enableCodedTesting": true, "vectorcastTestExplorer.configurationLocation": "/home/avj/clones/ChaosKit/vcast/CCAST_.CFG" }
I'd like:
{ "C_Cpp.default.compilerPath": "/usr/bin/g++", "vectorcastTestExplorer.build.enableCodedTesting": true, "vectorcastTestExplorer.configurationLocation": "${workspaceFolder}/vcast/CCAST_.CFG" }
https://www.npmjs.com/package/vscode-variables
In
.vscode/settings.json
, rather than:I'd like: