Skip to content

Commit 1c8d891

Browse files
authored
Update the title to reflect that a single code issue is fixed per invocation (#4005)
* Update the title to reflect that a single code issue is fixed per invocation * Fix typo
1 parent 28636c4 commit 1c8d891

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -856,17 +856,17 @@
856856
},
857857
{
858858
"command": "o.fixAll.solution",
859-
"title": "Fix all code issues in solution",
859+
"title": "Fix all occurrences of a code issue within solution",
860860
"category": "OmniSharp"
861861
},
862862
{
863863
"command": "o.fixAll.project",
864-
"title": "Fix all code issues in project",
864+
"title": "Fix all occurrences of a code issue within project",
865865
"category": "OmniSharp"
866866
},
867867
{
868868
"command": "o.fixAll.document",
869-
"title": "Fix all code issues in document",
869+
"title": "Fix all occurrences of a code issue within document",
870870
"category": "OmniSharp"
871871
},
872872
{

0 commit comments

Comments
 (0)