An open API service indexing awesome lists of open source software.

https://github.com/phaserjs/vscode-examples-plugin


https://github.com/phaserjs/vscode-examples-plugin

Last synced: 2 months ago
JSON representation

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`.