microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
162.8k stars 28.74k forks source link

Extension is working at debug but not after be installed as vsix #29643

Closed cvgaviao closed 7 years ago

cvgaviao commented 7 years ago

After update my VSCode to 1.13.1, the pkosta2006.angular-cli extension that I used to use just stopped to work. I just can see the commands it provides. But clicking on any of them doesn't do anything, not even an error is being shown in console.

In order to investigate I've cloned its source code and tried to debug it.

Interestingly, it worked while in debug mode. I was able to call its commands and see the result.

So I changed its version and exporting it using VSCE package. Then I installed its VSIX file into VSCODE workspace, but the problem persisted.


Steps to Reproduce:

  1. install the pkosta2006.angular-cli extension
  2. Try any of its provided commands
isidorn commented 7 years ago

Please file this issue against the pkosta angular extension, thank you