Skip to content

Commit cdb12e2

Browse files
author
sourcery-ai-bot
committed
Update version number to v1.0.7
1 parent 28aa0a4 commit cdb12e2

File tree

1 file changed

+37
-40
lines changed

1 file changed

+37
-40
lines changed

package.json

+37-40
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://github.com/sourcery-ai/public/issues"
99
},
1010
"license": "MIT",
11-
"version": "1.0.7-dev.1",
11+
"version": "1.0.7",
1212
"publisher": "sourcery",
1313
"icon": "sourcery-icon.png",
1414
"keywords": [
@@ -26,35 +26,33 @@
2626
"onStartupFinished"
2727
],
2828
"contributes": {
29-
"viewsContainers": {
29+
"viewsContainers": {
3030
"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+
}
3636
]
37-
},
38-
"views": {
37+
},
38+
"views": {
3939
"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-
},
4940
{
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+
}
5654
]
57-
},
55+
},
5856
"walkthroughs": [
5957
{
6058
"id": "sourcery.walkthrough",
@@ -129,10 +127,10 @@
129127
}
130128
],
131129
"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+
}
136134
],
137135
"commands": [
138136
{
@@ -196,7 +194,6 @@
196194
"title": "Create custom rule",
197195
"category": "Sourcery"
198196
}
199-
200197
],
201198
"submenus": [
202199
{
@@ -210,18 +207,18 @@
210207
],
211208
"menus": {
212209
"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+
}
218215
],
219216
"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+
}
225222
],
226223
"editor/context": [
227224
{

0 commit comments

Comments
 (0)