Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bnookala/vscode-hello-world
https://github.com/bnookala/vscode-hello-world
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bnookala/vscode-hello-world
- Owner: bnookala
- License: mit
- Created: 2018-02-16T23:39:06.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-17T00:40:04.000Z (almost 7 years ago)
- Last Synced: 2024-10-26T00:29:36.517Z (about 2 months ago)
- Language: TypeScript
- Size: 32.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# vscode-hello-world
Proof of concept extension to show how one can have their extension render HTML via a locally running server, complete
with dynamically updating content.## Building
1. `git clone` repository
2. Run `npm install` within repository
3. Open extension root in vscode
4. Start debugging
5. Invoke the extension via command palette, type in "Hello World"## License
MIT.