microsoft / vscode-python

Python extension for Visual Studio Code
https://aka.ms/pvsc-marketplace
MIT License
4.34k stars 1.19k forks source link

Test Explorer buttons don't show #6880

Closed rschiefer closed 5 years ago

rschiefer commented 5 years ago

Environment data

Expected behaviour

Test explorer buttons/icons show normally for python unittest tests.

Actual behaviour

When VSCode is started from folder in WSL ("code .") the buttons in the test explorer dont' show.

image

Steps to reproduce:

  1. Open VSCode from WSL folder ("code .")
  2. Go to Test Explorer and see the buttons/icons don't show
  3. Close folder in VSCode then reopen to see buttons/icons

Output from Console under the Developer Tools panel (toggle Developer Tools on under Help; turn on source maps to make any tracebacks be useful by running Enable source map support for extension debugging)

Info Python Extension: 2019-08-06 21:46:16: autoSelectInterpreter, Class name = f, completed in 657ms, Arg 1: undefined, Return Value: undefined
open-change.svg:1 Failed to load resource: net::ERR_NOT_IMPLEMENTED
repl.svg:1 Failed to load resource: net::ERR_NOT_IMPLEMENTED
refresh.svg:1 Failed to load resource: net::ERR_NOT_IMPLEMENTED
debug.svg:1 Failed to load resource: net::ERR_NOT_IMPLEMENTED
run-tests.svg:1 Failed to load resource: net::ERR_NOT_IMPLEMENTED
console.ts:134 [Extension Host] Info Python Extension: 2019-08-06 21:46:23: Cached data exists ActivatedEnvironmentVariables, /mnt/c/Users/rschiefer/suture/suturesign-providerdata/Suture.DataPipeline.Provider
DonJayamanne commented 5 years ago

Closing in favor of upstream issue.