You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Improve `make package` & `update-vsce`
- `package` needs to `install` first.
- Changed `npm install @vscode/vsce` to `update` as it otherwise changes the ordering in `package.json`
To get a list of all available commands, try `make help`.
23
+
To test your changes, go to the Debug panel in VSCode and click on the `play` button. This will start the extension in a new window where you can test it.
To get a list of all available commands, try `make help`.
121
-
To test your changes, go to the Debug panel in VSCode and click on the `play` button. This will start the extension in a new window where you can test it.
122
118
123
119
## Contributing
124
120
125
-
This plugin is far from feature-complete.
126
-
If you want to improve it, feel free to pick one of the [open issues](https://github.com/mre/vscode-snippet/issues) and give it a shot.
127
-
In case you need any help, just add a comment to the issue to get a conversation started. :smiley:
0 commit comments