ReScript bindings for the VS Code API
Simplty list it as a dependency in your package.json
:
"dependencies": {
"rescript-vscode": "github:banacorn/rescript-vscode"
}
And in your bsconfig.json
:
"bs-dependencies": [
"rescript-vscode"
],