We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vectorcastTestExplorer.configurationLocation
${workspaceFolder}
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" }
The text was updated successfully, but these errors were encountered:
https://www.npmjs.com/package/vscode-variables
Sorry, something went wrong.
Den1552
No branches or pull requests
In
.vscode/settings.json
, rather than:I'd like:
The text was updated successfully, but these errors were encountered: