File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 3030 },
3131 "dependencies" : {
3232 "minimatch" : " ^10.0.3" ,
33- "vscode-languageserver" : " 10.0.0-next.13 " ,
33+ "vscode-languageserver" : " 10.0.0-next.14 " ,
3434 "vscode-uri" : " 3.0.8"
3535 },
3636 "devDependencies" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " vscode-languageclient" ,
33 "description" : " VSCode Language client implementation" ,
4- "version" : " 10.0.0-next.16 " ,
4+ "version" : " 10.0.0-next.17 " ,
55 "author" : " Microsoft Corporation" ,
66 "license" : " MIT" ,
77 "engines" : {
4343 "dependencies" : {
4444 "minimatch" : " ^10.0.3" ,
4545 "semver" : " ^7.7.1" ,
46- "vscode-languageserver-protocol" : " 3.17.6-next.13 "
46+ "vscode-languageserver-protocol" : " 3.17.6-next.14 "
4747 },
4848 "scripts" : {
4949 "prepublishOnly" : " echo \" ⛔ Can only publish from a secure pipeline ⛔\" && node ../build/npm/fail" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " vscode-jsonrpc" ,
33 "description" : " A json rpc implementation over streams" ,
4- "version" : " 9.0.0-next.8 " ,
4+ "version" : " 9.0.0-next.9 " ,
55 "author" : " Microsoft Corporation" ,
66 "license" : " MIT" ,
77 "repository" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " vscode-languageserver-protocol" ,
33 "description" : " VSCode Language Server Protocol implementation" ,
4- "version" : " 3.17.6-next.13 " ,
4+ "version" : " 3.17.6-next.14 " ,
55 "author" : " Microsoft Corporation" ,
66 "license" : " MIT" ,
77 "repository" : {
2727 }
2828 },
2929 "dependencies" : {
30- "vscode-jsonrpc" : " 9.0.0-next.8 " ,
30+ "vscode-jsonrpc" : " 9.0.0-next.9 " ,
3131 "vscode-languageserver-types" : " 3.17.6-next.6"
3232 },
3333 "scripts" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " vscode-languageserver" ,
33 "description" : " Language server implementation for node" ,
4- "version" : " 10.0.0-next.13 " ,
4+ "version" : " 10.0.0-next.14 " ,
55 "author" : " Microsoft Corporation" ,
66 "license" : " MIT" ,
77 "repository" : {
3333 "vscode-languageserver-textdocument" : " 1.0.12"
3434 },
3535 "dependencies" : {
36- "vscode-languageserver-protocol" : " 3.17.6-next.13 "
36+ "vscode-languageserver-protocol" : " 3.17.6-next.14 "
3737 },
3838 "scripts" : {
3939 "prepublishOnly" : " echo \" ⛔ Can only publish from a secure pipeline ⛔\" && node ../build/npm/fail" ,
You can’t perform that action at this time.
0 commit comments