Skip to content

Commit

Permalink
removing unused edit connection (#17967)
Browse files Browse the repository at this point in the history
  • Loading branch information
aasimkhan30 authored Aug 6, 2024
1 parent eac7684 commit 9533771
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@
},
{
"command": "mssql.editConnection",
"when": "view == objectExplorer && viewItem =~ /^(disconnectedServer|Server)$/",
"when": "view == objectExplorer && config.mssql.enableExperimentalFeatures && viewItem =~ /^(disconnectedServer|Server)$/",
"group": "inline"
},
{
Expand Down Expand Up @@ -389,10 +389,6 @@
"command": "mssql.removeObjectExplorerNode",
"when": "view == objectExplorer && viewItem =~ /^(disconnectedServer|Server)$/"
},
{
"command": "mssql.editConnection",
"when": "view == objectExplorer && viewItem =~ /^(disconnectedServer|Server)$/"
},
{
"command": "mssql.refreshObjectExplorerNode",
"when": "view == objectExplorer && viewItem != disconnectedServer"
Expand Down

0 comments on commit 9533771

Please sign in to comment.