https://github.com/glennsl/reasonable-vscode-starter
A very rough starter project for Visual Studio Code extensions written in Reason and BuckleScript.
https://github.com/glennsl/reasonable-vscode-starter
Last synced: 9 months ago
JSON representation
A very rough starter project for Visual Studio Code extensions written in Reason and BuckleScript.
- Host: GitHub
- URL: https://github.com/glennsl/reasonable-vscode-starter
- Owner: glennsl
- Created: 2017-03-20T09:44:54.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-27T03:13:56.000Z (about 8 years ago)
- Last Synced: 2025-03-24T07:49:50.859Z (10 months ago)
- Language: OCaml
- Size: 9.77 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# reasonable-vscode-starter
A very rough starter project for Visual Studio Code extensions written in Reason and BuckleScript.
To get started:
```
git clone http://github.com/glennsl/reasonable-vscode-starter.git
cd reasonable-vscode-starter
npm install
```
Then open the `reasonable-vscode-starter` directory in vscode and launch the extension as you would any other. That's it! The project is set up with a compile task that will run `bsb` in the background and
compile your code on save. Just make a change, then restart the development host as usual to see your changes applied in the Extension Development Host.