Skip to content

Commit 9f17ecf

Browse files
authored
Merge pull request #5475 from OmniSharp/bugfix/enablement
removed conditional enablement of OmniSharp commands
2 parents 3485047 + 7853ba4 commit 9f17ecf

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

package.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1186,20 +1186,17 @@
11861186
{
11871187
"command": "o.fixAll.solution",
11881188
"title": "Fix all occurrences of a code issue within solution",
1189-
"category": "OmniSharp",
1190-
"enablement": "editorFocus"
1189+
"category": "OmniSharp"
11911190
},
11921191
{
11931192
"command": "o.fixAll.project",
11941193
"title": "Fix all occurrences of a code issue within project",
1195-
"category": "OmniSharp",
1196-
"enablement": "editorFocus"
1194+
"category": "OmniSharp"
11971195
},
11981196
{
11991197
"command": "o.fixAll.document",
12001198
"title": "Fix all occurrences of a code issue within document",
1201-
"category": "OmniSharp",
1202-
"enablement": "editorFocus"
1199+
"category": "OmniSharp"
12031200
},
12041201
{
12051202
"command": "o.reanalyze.allProjects",
@@ -1209,8 +1206,7 @@
12091206
{
12101207
"command": "o.reanalyze.currentProject",
12111208
"title": "Analyze current project",
1212-
"category": "OmniSharp",
1213-
"enablement": "editorFocus"
1209+
"category": "OmniSharp"
12141210
},
12151211
{
12161212
"command": "dotnet.generateAssets",

0 commit comments

Comments
 (0)