You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In particular paths "cpputestTestAdapter.testExecutable" and "cpputestTestAdapter.testExecutablePath" accept workspaceFolder but not workspaceRoot.
I am not sure if workspaceFolder should be used instead of workspaceRoot for some reason, but this behavior is not consistent.
Other entries in settings.json accept workspaceRoot.
Additional issue is that with workspaceRoot used, there is no warning or error, just the test panel is empty. At least log should say something that executable doesn't exist.
The least confusing would be to offer notification.
VSCode 1.82.2
CppUTest Test Adapter 1.1.0
The text was updated successfully, but these errors were encountered:
I added some log information in the latest version. I know this is confusing but I am bound to replace everything manually unless microsoft/vscode#46471 is fixed
In particular paths
"cpputestTestAdapter.testExecutable"
and"cpputestTestAdapter.testExecutablePath"
acceptworkspaceFolder
but notworkspaceRoot
.I am not sure if
workspaceFolder
should be used instead ofworkspaceRoot
for some reason, but this behavior is not consistent.Other entries in
settings.json
acceptworkspaceRoot
.Additional issue is that with
workspaceRoot
used, there is no warning or error, just the test panel is empty. At least log should say something that executable doesn't exist.The least confusing would be to offer notification.
VSCode 1.82.2
CppUTest Test Adapter 1.1.0
The text was updated successfully, but these errors were encountered: