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

Version Path
typeprof-0.21.2 vscode/development.md
typeprof-0.21.1 vscode/development.md
typeprof-0.21.0 vscode/development.md
typeprof-0.20.4 vscode/development.md
typeprof-0.20.3 vscode/development.md
typeprof-0.20.2 vscode/development.md
typeprof-0.20.1 vscode/development.md
typeprof-0.20.0 vscode/development.md