Any functionality related to testing doesn't work if language server is set to none #13713
Labels
area-testing
bug
Issue identified by VS Code Team member as probable bug
verified
Verification succeeded
Milestone
Looks like the
activate()
method below is always associated with the language server, and is not called if there is no language server being usedvscode-python/src/client/testing/main.ts
Line 94 in 64cb49a
(The language server provides the symbol provider which is used to get codelenses. But having codelenses isn't necessary for testing frameworks to work.)
This means that none of the commands related to testing (
python.discoverTests
etc.) are registered and testing doesn't work.The text was updated successfully, but these errors were encountered: