Skip to content

Testing VS Code Extensions

Vincent Fugnitto edited this page Jun 18, 2019 · 4 revisions

How to test:

screen shot 2019-01-18 at 09 05 54

If something does not work:

  • file an issue
    • please check first that there is no similar issue already
  • mention which extension
  • what does not work
    • always check your expectations with what VS Code does
  • check browser console and server logs for errors and warnings. If there are some, mention them in the issue as well

1Alternatively, you can use the command "Deploy plugin by id" from the command palette. When asked for a parameter, enter the following: vscode:extension/<exension id>. "<extension id>" stands for the "Unique Identifier" from the extension homepage in the VS Code Marketplace.