Sha256: b3b2b092b1bc33f0075944cb5147e3ea691e822561a63f1ea334b2af2f7f5a25
Contents?: true
Size: 466 Bytes
Versions: 8
Compression:
Stored size: 466 Bytes
Contents
# LSP client for vscode Note: this is under development ## How to run ``` $ cd vscode $ npm install $ npx run tsc -p ./ $ cd .. $ code --extensionDevelopmentPath=vscode/ . ``` Alternatively, you can do it in vscode itself. ``` $ cd vscode $ code ``` And then press F5 to run another vscode with extension. ## How to release ``` $ npm run package $ npx vsce publish ``` See also: https://code.visualstudio.com/api/working-with-extensions/publishing-extension
Version data entries
8 entries across 8 versions & 1 rubygems