banacorn / rescript-vscode

ReScript bindings for the VS Code API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

ReScript bindings for the VS Code API

License:MIT License


Languages

Language:ReScript 100.0%