diff options
| author | DJMcNab <36049421+DJMcNab@users.noreply.github.com> | 2019-02-10 10:06:33 +0000 |
|---|---|---|
| committer | DJMcNab <36049421+DJMcNab@users.noreply.github.com> | 2019-02-10 10:06:33 +0000 |
| commit | 913831702154fb6c532622fb50ab0d7aebceb3d9 (patch) | |
| tree | d923b8bead1cca38141163c8c234fe1660e5f61d /editors/code/package.json | |
| parent | 166c72042564bc94586b071d627164a06400576b (diff) | |
| download | rust-913831702154fb6c532622fb50ab0d7aebceb3d9.tar.gz rust-913831702154fb6c532622fb50ab0d7aebceb3d9.zip | |
Add support for a seperate output channel for trace messages
Diffstat (limited to 'editors/code/package.json')
| -rw-r--r-- | editors/code/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index 2b4299473c1..fc63d988b6a 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -31,7 +31,7 @@ "singleQuote": true }, "dependencies": { - "vscode-languageclient": "^5.2.1" + "vscode-languageclient": "^5.3.0-next.1" }, "devDependencies": { "@types/mocha": "^5.2.5", |
