Python "Debug Unit Test" launch configuration in settings.json
ignored
#14388
Labels
area-debugging
bug
Issue identified by VS Code Team member as probable bug
needs proposal
Need to make some design decisions
verified
Verification succeeded
Milestone
Environment data
python.languageServer
setting: Pylance[NOTE: If you suspect that your issue is related to the Microsoft Python Language Server (
python.languageServer: 'Microsoft'
), please download our new language server Pylance from the VS Code marketplace to see if that fixes your issue]Expected behaviour
Not sure if this belongs here, or if there is a separate place to log test issues.
When I set up a
Debug Unit Test
configuration insettings.json
then it should be used by default when running python unit tests.Example
settings.json
Actual behaviour
The
justMyCode: false
setting is ignored from the mainsettings.json
. Instead I have to add individualDebug Unit Test
configurations to every project that needs it.The text was updated successfully, but these errors were encountered: