Skip to content

Commit

Permalink
feat: make toggleCodeLenses always available (#225)
Browse files Browse the repository at this point in the history
Make the `toggleCodeLenses` command always available - that is, stop
requiring the `coding_assistant` feature flag for it to work.
  • Loading branch information
ruancomelli authored Sep 20, 2023
1 parent 496f1be commit 9cde206
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -341,10 +341,6 @@
"command": "sourcery.chat.ask",
"when": "sourcery.features.coding_assistant"
},
{
"command": "sourcery.chat.toggleCodeLens",
"when": "sourcery.features.coding_assistant"
},
{
"command": "sourcery.scan.selectLanguage",
"when": "false"
Expand Down

0 comments on commit 9cde206

Please sign in to comment.