Skip to content

Commit

Permalink
Merge branch 'master' of github.com:sourcery-ai/sourcery-vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
Hellebore committed Mar 3, 2021
2 parents a5e67c3 + 7c17a6a commit 7a99840
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,17 @@
"command": "sourcery.clones.workspace",
"group": "1_modification@2"
}
]
],
"commandPalette": [
{
"command": "sourcery.refactor.workspace",
"when": "false"
},
{
"command": "sourcery.clones.workspace",
"when": "false"
}
]
},
"configuration": {
"title": "Sourcery Configuration",
Expand Down

0 comments on commit 7a99840

Please sign in to comment.