vscode-typer: Works in development mode, fails when packaged into VSIX

To create a installable VSIX package:

  1. Clone this repository
  2. npm i to install dependencies
  3. npm run package to build vscode-typer-0.0.3.vsix

Install in your closest Visual Studio Code instance. Then attempt to run “Reset Main” command, and you’ll see command 'extension.devFestResetMain' not found

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Comments: 16 (6 by maintainers)

Most upvoted comments

@domesticmouse Could you please make this available on the Marketplace or at least add VSIX to Releases.

THANKS!!