vectorgrp / vector-vscode-vcast

A VectorCAST test adapter for VS Code
Other
7 stars 3 forks source link

`vectorcastTestExplorer.configurationLocation` should support `${workspaceFolder}` #155

Open aytey opened 1 month ago

aytey commented 1 month ago

In .vscode/settings.json, rather than:

{
    "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"
}
aytey commented 1 month ago

https://www.npmjs.com/package/vscode-variables