We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6d7969 commit 866f266Copy full SHA for 866f266
packages/lsp-ws-connection/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "lsp-ws-connection",
3
- "version": "0.3.1",
+ "version": "0.4.0",
4
"description": "Utility for adapting editors to language server protocol",
5
"main": "dist/index.js",
6
"module": "dist/index.js",
@@ -27,8 +27,8 @@
27
"lsp",
28
"languageserver"
29
],
30
- "homepage": "https://github.com/krassowski/lsp-ws-connection",
31
- "repository": "github:krassowski/lsp-ws-connection",
+ "homepage": "https://github.com/krassowski/jupyterlab-lsp/tree/master/packages/lsp-ws-connection",
+ "repository": "github:krassowski/jupyterlab-lsp",
32
"dependencies": {
33
"vscode-jsonrpc": "^4.1.0-next",
34
"vscode-languageclient": "^5.2.1",
0 commit comments