File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Expand file tree Collapse file tree 6 files changed +10
-10
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.7 " ,
33+ "vscode-languageserver" : " 10.0.0-next.8 " ,
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.9 " ,
4+ "version" : " 10.0.0-next.10 " ,
55 "author" : " Microsoft Corporation" ,
66 "license" : " MIT" ,
77 "engines" : {
4343 "dependencies" : {
4444 "minimatch" : " ^9.0.3" ,
4545 "semver" : " ^7.6.0" ,
46- "vscode-languageserver-protocol" : " 3.17.6-next.7 "
46+ "vscode-languageserver-protocol" : " 3.17.6-next.8 "
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-languageserver-protocol" ,
33 "description" : " VSCode Language Server Protocol implementation" ,
4- "version" : " 3.17.6-next.7 " ,
4+ "version" : " 3.17.6-next.8 " ,
55 "author" : " Microsoft Corporation" ,
66 "license" : " MIT" ,
77 "repository" : {
2828 },
2929 "dependencies" : {
3030 "vscode-jsonrpc" : " 9.0.0-next.5" ,
31- "vscode-languageserver-types" : " 3.17.6-next.4 "
31+ "vscode-languageserver-types" : " 3.17.6-next.5 "
3232 },
3333 "scripts" : {
3434 "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-languageserver" ,
33 "description" : " Language server implementation for node" ,
4- "version" : " 10.0.0-next.7 " ,
4+ "version" : " 10.0.0-next.8 " ,
55 "author" : " Microsoft Corporation" ,
66 "license" : " MIT" ,
77 "repository" : {
3030 "installServerIntoExtension" : " ./bin/installServerIntoExtension"
3131 },
3232 "devDependencies" : {
33- "vscode-languageserver-textdocument" : " 1.0.11 "
33+ "vscode-languageserver-textdocument" : " 1.0.12 "
3434 },
3535 "dependencies" : {
36- "vscode-languageserver-protocol" : " 3.17.6-next.7 "
36+ "vscode-languageserver-protocol" : " 3.17.6-next.8 "
3737 },
3838 "scripts" : {
3939 "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-languageserver-textdocument" ,
33 "description" : " A simple text document implementation for Node LSP servers" ,
4- "version" : " 1.0.11 " ,
4+ "version" : " 1.0.12 " ,
55 "author" : " Microsoft Corporation" ,
66 "license" : " MIT" ,
77 "repository" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " vscode-languageserver-types" ,
33 "description" : " Types used by the Language server for node" ,
4- "version" : " 3.17.6-next.4 " ,
4+ "version" : " 3.17.6-next.5 " ,
55 "author" : " Microsoft Corporation" ,
66 "license" : " MIT" ,
77 "repository" : {
You can’t perform that action at this time.
0 commit comments