|
8 | 8 | "url": "https://github.com/sourcery-ai/public/issues" |
9 | 9 | }, |
10 | 10 | "license": "MIT", |
11 | | - "version": "1.0.7-dev.1", |
| 11 | + "version": "1.0.7", |
12 | 12 | "publisher": "sourcery", |
13 | 13 | "icon": "sourcery-icon.png", |
14 | 14 | "keywords": [ |
|
26 | 26 | "onStartupFinished" |
27 | 27 | ], |
28 | 28 | "contributes": { |
29 | | - "viewsContainers": { |
| 29 | + "viewsContainers": { |
30 | 30 | "activitybar": [ |
31 | | - { |
32 | | - "id": "sourcery-explorer", |
33 | | - "title": "Sourcery", |
34 | | - "icon": "sourcery-icon.png" |
35 | | - } |
| 31 | + { |
| 32 | + "id": "sourcery-explorer", |
| 33 | + "title": "Sourcery", |
| 34 | + "icon": "sourcery-icon.png" |
| 35 | + } |
36 | 36 | ] |
37 | | - }, |
38 | | - "views": { |
| 37 | + }, |
| 38 | + "views": { |
39 | 39 | "sourcery-explorer": [ |
40 | | - { |
41 | | - "id": "sourcery.rules", |
42 | | - "name": "Rules", |
43 | | - "type": "webview", |
44 | | - "icon": "sourcery-icon.png", |
45 | | - "contextualTitle": "Rules", |
46 | | - "when": "sourceryRulesActive" |
47 | | - |
48 | | - }, |
49 | 40 | { |
50 | | - "id": "sourcery.rules.treeview", |
51 | | - "name": "Results", |
52 | | - "contextualTitle": "Results", |
53 | | - "when": "sourceryRulesActive" |
54 | | - |
55 | | - } |
| 41 | + "id": "sourcery.rules", |
| 42 | + "name": "Rules", |
| 43 | + "type": "webview", |
| 44 | + "icon": "sourcery-icon.png", |
| 45 | + "contextualTitle": "Rules", |
| 46 | + "when": "sourceryRulesActive" |
| 47 | + }, |
| 48 | + { |
| 49 | + "id": "sourcery.rules.treeview", |
| 50 | + "name": "Results", |
| 51 | + "contextualTitle": "Results", |
| 52 | + "when": "sourceryRulesActive" |
| 53 | + } |
56 | 54 | ] |
57 | | - }, |
| 55 | + }, |
58 | 56 | "walkthroughs": [ |
59 | 57 | { |
60 | 58 | "id": "sourcery.walkthrough", |
|
129 | 127 | } |
130 | 128 | ], |
131 | 129 | "viewsWelcome": [ |
132 | | - { |
133 | | - "view": "sourcery.rules.treeview", |
134 | | - "contents": "Use this view to perform powerful pattern based search/replace of your codebase using Sourcery's rule syntax.\n[Documentation](https://docs.sourcery.ai/Reference/Custom-Rules/pattern-syntax/#custom-rule-pattern-syntax)\n" |
135 | | - } |
| 130 | + { |
| 131 | + "view": "sourcery.rules.treeview", |
| 132 | + "contents": "Use this view to perform powerful pattern based search/replace of your codebase using Sourcery's rule syntax.\n[Documentation](https://docs.sourcery.ai/Reference/Custom-Rules/pattern-syntax/#custom-rule-pattern-syntax)\n" |
| 133 | + } |
136 | 134 | ], |
137 | 135 | "commands": [ |
138 | 136 | { |
|
196 | 194 | "title": "Create custom rule", |
197 | 195 | "category": "Sourcery" |
198 | 196 | } |
199 | | - |
200 | 197 | ], |
201 | 198 | "submenus": [ |
202 | 199 | { |
|
210 | 207 | ], |
211 | 208 | "menus": { |
212 | 209 | "view/title": [ |
213 | | - { |
214 | | - "command": "sourcery.scan.toggleAdvanced", |
215 | | - "when": "view == sourcery.rules", |
216 | | - "group": "navigation" |
217 | | - } |
| 210 | + { |
| 211 | + "command": "sourcery.scan.toggleAdvanced", |
| 212 | + "when": "view == sourcery.rules", |
| 213 | + "group": "navigation" |
| 214 | + } |
218 | 215 | ], |
219 | 216 | "view/item/context": [ |
220 | | - { |
221 | | - "command": "sourcery.scan.applyRule", |
222 | | - "when": "view == sourcery.rules.treeview && viewItem == editable", |
223 | | - "group": "inline" |
224 | | - } |
| 217 | + { |
| 218 | + "command": "sourcery.scan.applyRule", |
| 219 | + "when": "view == sourcery.rules.treeview && viewItem == editable", |
| 220 | + "group": "inline" |
| 221 | + } |
225 | 222 | ], |
226 | 223 | "editor/context": [ |
227 | 224 | { |
|
0 commit comments