-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
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
Redesign the user experience about running/debugging with configuration #524
Comments
In my case I have a big eclipse project for all my code with multiple test configurations in it, it could be great if I can list all tests attached to a specific run configuration or something equivalent. |
So does the ${workspaceFolder} expansion work for vmargs or env? It does not seem to. Leaves me in the same state I was prior to this change. I want to add a reference for JNI dlls so that the code lens test runner will work, which reside in my build folder. I can put a relative path in env and that does seem to work. |
Related Issues
#496, #476, #438
#458, #372, #354, ...
Description
Currently, the extension will generate the
launch.test.json
for users who want to run/debug with configuration for his test cases. While this approach has a lot of problems that hurt the user experices, including:${workspaceFolders}
Plan
Add several extension settings whose scope are workspace folder, the schema looks like below:
The text was updated successfully, but these errors were encountered: