/rescript-vscode

ReScript bindings for the VS Code API

Primary LanguageReScriptMIT LicenseMIT

rescript-vscode

ReScript bindings for the VS Code API

Installation

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"
  ],