Skip to content

Commit

Permalink
removing duplicate group by schema commands commands (#24660)
Browse files Browse the repository at this point in the history
  • Loading branch information
aasimkhan30 committed Oct 17, 2023
1 parent 3d1e81d commit 3e5b1dc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions extensions/mssql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -613,6 +613,14 @@
{
"command": "mssql.attachDatabase",
"when": "false"
},
{
"command": "mssql.enableGroupBySchema",
"when": "false"
},
{
"command": "mssql.disableGroupBySchema",
"when": "false"
}
],
"objectExplorer/item/context": [
Expand Down

0 comments on commit 3e5b1dc

Please sign in to comment.