vscode-reasonml icon indicating copy to clipboard operation
vscode-reasonml copied to clipboard

Documentation: Getting Set Up

Open iddan opened this issue 6 years ago • 0 comments

I found myself needing to investigate (package.json and VSCode itself) to start developing. I think it will be best if the README will include instructions to how to get started and general code layout. The steps I've done:

  1. yarn install
  2. yarn build
  3. Execute "Launch Extension" debug configuration

iddan avatar Dec 04 '17 23:12 iddan