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" : " ^9.0.3" ,
33- "vscode-languageserver" : " 10.0.0-next.5 " ,
33+ "vscode-languageserver" : " 10.0.0-next.6 " ,
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.7 " ,
4+ "version" : " 10.0.0-next.8 " ,
55 "author" : " Microsoft Corporation" ,
66 "license" : " MIT" ,
77 "engines" : {
3030 "dependencies" : {
3131 "minimatch" : " ^9.0.3" ,
3232 "semver" : " ^7.6.0" ,
33- "vscode-languageserver-protocol" : " 3.17.6-next.5 "
33+ "vscode-languageserver-protocol" : " 3.17.6-next.6 "
3434 },
3535 "scripts" : {
3636 "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.3 " ,
4+ "version" : " 9.0.0-next.4 " ,
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.5 " ,
4+ "version" : " 3.17.6-next.6 " ,
55 "author" : " Microsoft Corporation" ,
66 "license" : " MIT" ,
77 "repository" : {
1818 },
1919 "typings" : " ./lib/common/api.d.ts" ,
2020 "dependencies" : {
21- "vscode-jsonrpc" : " 9.0.0-next.3 " ,
21+ "vscode-jsonrpc" : " 9.0.0-next.4 " ,
2222 "vscode-languageserver-types" : " 3.17.6-next.4"
2323 },
2424 "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.5 " ,
4+ "version" : " 10.0.0-next.6 " ,
55 "author" : " Microsoft Corporation" ,
66 "license" : " MIT" ,
77 "repository" : {
2424 "vscode-languageserver-textdocument" : " 1.0.11"
2525 },
2626 "dependencies" : {
27- "vscode-languageserver-protocol" : " 3.17.6-next.5 "
27+ "vscode-languageserver-protocol" : " 3.17.6-next.6 "
2828 },
2929 "scripts" : {
3030 "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