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
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,3 +116,8 @@ This extension attempts to make Processing with Python easier to use. Follow the
116
116
- Snippets are based on the [Processing Sublime Text plugin](https://github.com/b-g/processing-sublime).
117
117
- Syntax highlighting is based on the [Red Hat VSCode-Java extension grammar](https://github.com/redhat-developer/vscode-java/blob/master/syntaxes/java.tmLanguage.json)
118
118
- Thanks to [Tobiah Zarlez](https://github.com/TobiahZ) for making the [original extension](https://github.com/TobiahZ/processing-vscode)
119
+
120
+
## Development
121
+
122
+
- Run `yarn vsce package`
123
+
- Run `code --install-extension processing-vscode-<VERSION>.vsix`
0 commit comments