wokalski / vscode-merlin

THIS IS WORK IN PROGRESS, DO NOT USE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VS Code Merlin Extension

THIS IS WORK IN PROGRESS, DO NOT USE

Producing the Extension Package

  • Run npm run package to produce *.vsix extension package.
  • Run code --install-extension *.vsix to install the extension with VS Code.

Running the Extension in Development Mode

  • Run npm install in this directory. This installs all necessary npm modules in both the client and server directory
  • Open VS Code on this directory.
  • Press Ctrl+Shift+B to compile the client and server.
  • Switch to the Debug viewlet.
  • Select Launch Client from the drop down.
  • Run the launch config.

About

THIS IS WORK IN PROGRESS, DO NOT USE


Languages

Language:TypeScript 51.0%Language:JavaScript 45.9%Language:OCaml 1.1%Language:Shell 1.0%Language:Makefile 0.9%