Skip to content

Commit d4caa5b

Browse files
committed
Upversion to 1.47.0.
Signed-off-by: Roland Grunberg <[email protected]>
1 parent 5edfbe0 commit d4caa5b

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "Red Hat",
66
"icon": "icons/icon128.png",
77
"license": "EPL-2.0",
8-
"version": "1.46.0",
8+
"version": "1.47.0",
99
"publisher": "redhat",
1010
"bugs": "https://github.com/redhat-developer/vscode-java/issues",
1111
"preview": false,
@@ -1763,10 +1763,10 @@
17631763
"title": "%java.action.showExtendedOutline%",
17641764
"category": "Java"
17651765
},
1766-
{
1767-
"command": "java.dashboard.refresh",
1768-
"category": "Java",
1769-
"title": "Refresh",
1766+
{
1767+
"command": "java.dashboard.refresh",
1768+
"category": "Java",
1769+
"title": "Refresh",
17701770
"icon": "$(refresh)",
17711771
"when": "java:dashboard == true"
17721772
},
@@ -1776,7 +1776,7 @@
17761776
"title": "Dump State",
17771777
"icon": "$(json)",
17781778
"when": "java:dashboard == true"
1779-
},
1779+
},
17801780
{
17811781
"command": "java.dashboard.open",
17821782
"category": "Java",
@@ -1837,18 +1837,17 @@
18371837
],
18381838
"editor/title": [
18391839
{
1840-
"command": "java.dashboard.refresh",
1841-
"group": "navigation",
1842-
"when": "webviewId == java.dashboard"
1843-
},
1840+
"command": "java.dashboard.refresh",
1841+
"group": "navigation",
1842+
"when": "webviewId == java.dashboard"
1843+
},
18441844
{
18451845
"command": "java.dashboard.dumpState",
18461846
"group": "navigation",
18471847
"when": "webviewId == java.dashboard"
18481848
}
18491849
],
18501850
"editor/context": [
1851-
18521851
{
18531852
"command": "java.project.updateSourceAttachment.command",
18541853
"when": "editorReadonly && editorLangId == java",
@@ -2057,4 +2056,4 @@
20572056
},
20582057
"segmentWriteKey": "Y7Y5Xk8dKEhVZHTmAkFZkqgdN4d7c4lt",
20592058
"segmentWriteKeyDebug": "BflPll7uuKOCm3y0g7JpfXLVBVFBivDE"
2060-
}
2059+
}

0 commit comments

Comments
 (0)