|
1186 | 1186 | { |
1187 | 1187 | "command": "o.fixAll.solution", |
1188 | 1188 | "title": "Fix all occurrences of a code issue within solution", |
1189 | | - "category": "OmniSharp", |
1190 | | - "enablement": "editorFocus" |
| 1189 | + "category": "OmniSharp" |
1191 | 1190 | }, |
1192 | 1191 | { |
1193 | 1192 | "command": "o.fixAll.project", |
1194 | 1193 | "title": "Fix all occurrences of a code issue within project", |
1195 | | - "category": "OmniSharp", |
1196 | | - "enablement": "editorFocus" |
| 1194 | + "category": "OmniSharp" |
1197 | 1195 | }, |
1198 | 1196 | { |
1199 | 1197 | "command": "o.fixAll.document", |
1200 | 1198 | "title": "Fix all occurrences of a code issue within document", |
1201 | | - "category": "OmniSharp", |
1202 | | - "enablement": "editorFocus" |
| 1199 | + "category": "OmniSharp" |
1203 | 1200 | }, |
1204 | 1201 | { |
1205 | 1202 | "command": "o.reanalyze.allProjects", |
|
1209 | 1206 | { |
1210 | 1207 | "command": "o.reanalyze.currentProject", |
1211 | 1208 | "title": "Analyze current project", |
1212 | | - "category": "OmniSharp", |
1213 | | - "enablement": "editorFocus" |
| 1209 | + "category": "OmniSharp" |
1214 | 1210 | }, |
1215 | 1211 | { |
1216 | 1212 | "command": "dotnet.generateAssets", |
|
0 commit comments