Skip to content

Commit

Permalink
porting downgrade lsp packages to release branch (microsoft#23899)
Browse files Browse the repository at this point in the history
  • Loading branch information
heejaechang authored Aug 1, 2024
1 parent d3b5cd3 commit 1c6cb31
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 38 deletions.
68 changes: 34 additions & 34 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1536,9 +1536,9 @@
"unicode": "^14.0.0",
"untildify": "^4.0.0",
"vscode-debugprotocol": "^1.28.0",
"vscode-jsonrpc": "^9.0.0-next.4",
"vscode-languageclient": "^10.0.0-next.8",
"vscode-languageserver-protocol": "^3.17.6-next.6",
"vscode-jsonrpc": "^9.0.0-next.2",
"vscode-languageclient": "^10.0.0-next.2",
"vscode-languageserver-protocol": "^3.17.6-next.3",
"vscode-tas-client": "^0.1.84",
"which": "^2.0.2",
"winreg": "^1.2.4",
Expand Down
2 changes: 1 addition & 1 deletion src/client/browser/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ async function runPylance(
middleware,
};

const client = new LanguageClient('python', 'Python Language Server', worker, clientOptions);
const client = new LanguageClient('python', 'Python Language Server', clientOptions, worker);
languageClient = client;

context.subscriptions.push(
Expand Down

0 comments on commit 1c6cb31

Please sign in to comment.