microsoft / vscode-sublime-keybindings

Sublime Text Keymap extension for VS Code
https://marketplace.visualstudio.com/items?itemName=ms-vscode.sublime-keybindings
MIT License
251 stars 120 forks source link

Don't run Webpack in watch mode during prepublish #131

Closed spoenemann closed 3 years ago

spoenemann commented 3 years ago

The package-web script is executed as part of vscode:prepublish. Including the --watch argument means the extension cannot be packaged because webpack does not terminate. That argument is already provided with the watch-web script.

spoenemann commented 3 years ago

CC @aeschli (added the package-web script)

aeschli commented 3 years ago

Thanks @spoenemann !