Skip to content

Commit

Permalink
Merge pull request #5475 from OmniSharp/bugfix/enablement
Browse files Browse the repository at this point in the history
removed conditional enablement of OmniSharp commands
  • Loading branch information
dibarbet authored Nov 29, 2022
2 parents 3485047 + 7853ba4 commit 9f17ecf
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1186,20 +1186,17 @@
{
"command": "o.fixAll.solution",
"title": "Fix all occurrences of a code issue within solution",
"category": "OmniSharp",
"enablement": "editorFocus"
"category": "OmniSharp"
},
{
"command": "o.fixAll.project",
"title": "Fix all occurrences of a code issue within project",
"category": "OmniSharp",
"enablement": "editorFocus"
"category": "OmniSharp"
},
{
"command": "o.fixAll.document",
"title": "Fix all occurrences of a code issue within document",
"category": "OmniSharp",
"enablement": "editorFocus"
"category": "OmniSharp"
},
{
"command": "o.reanalyze.allProjects",
Expand All @@ -1209,8 +1206,7 @@
{
"command": "o.reanalyze.currentProject",
"title": "Analyze current project",
"category": "OmniSharp",
"enablement": "editorFocus"
"category": "OmniSharp"
},
{
"command": "dotnet.generateAssets",
Expand Down

0 comments on commit 9f17ecf

Please sign in to comment.