From 9cde20662bf165f86574ed78cf859c5676f5b7c7 Mon Sep 17 00:00:00 2001 From: Ruan Comelli Date: Wed, 20 Sep 2023 11:04:23 -0300 Subject: [PATCH] feat: make `toggleCodeLenses` always available (#225) Make the `toggleCodeLenses` command always available - that is, stop requiring the `coding_assistant` feature flag for it to work. --- package.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/package.json b/package.json index 979020e2..14744347 100644 --- a/package.json +++ b/package.json @@ -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"