https://github.com/phaserjs/vscode-examples-plugin
https://github.com/phaserjs/vscode-examples-plugin
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/phaserjs/vscode-examples-plugin
- Owner: phaserjs
- Created: 2021-09-01T15:36:36.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-02T10:23:17.000Z (almost 4 years ago)
- Last Synced: 2025-02-09T10:30:35.563Z (4 months ago)
- Language: TypeScript
- Size: 2.45 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Phaser 4 Examples VS Code Extension
CTRL + SHIFT + P
Phaser 4 Examples: Build - Build the currently open example
Phaser 4 Examples: Create - Create a new example in the current working folder## To install the extension
`code --install-extension phaser4examples-0.1.0.vsix`
For extension authors, they can run `vsce package` in extension root folder to create such VSIX files.
For users who receive such a VSIX file, they can install the extension with `code --install-extension my-extension-0.0.1.vsix`.