mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-03 17:23:42 -05:00
* Revert "Fix #494 Connection error when connecting to an Azure SQL Server with no firewall rule (#497)" This reverts commitedd867b6fc. * Revert "Update dataprotocol client (#418)" This reverts commit7808496416.
22 lines
599 B
JSON
22 lines
599 B
JSON
{
|
|
"name": "mssql",
|
|
"version": "0.1.0",
|
|
"dependencies": {
|
|
"dataprotocol-client": {
|
|
"version": "2.6.3",
|
|
"from": "..\\..\\dataprotocol-node\\client",
|
|
"resolved": "file:..\\..\\dataprotocol-node\\client"
|
|
},
|
|
"dataprotocol-jsonrpc": {
|
|
"version": "2.4.0",
|
|
"from": "..\\..\\dataprotocol-node\\jsonrpc",
|
|
"resolved": "file:..\\..\\dataprotocol-node\\jsonrpc"
|
|
},
|
|
"dataprotocol-languageserver-types": {
|
|
"version": "1.0.4",
|
|
"from": "..\\..\\dataprotocol-node\\types",
|
|
"resolved": "file:..\\..\\dataprotocol-node\\types"
|
|
}
|
|
}
|
|
}
|