Skip to content

Commit 52a7888

Browse files
committed
Replace vscode-lombok (GabrielBB -> vscjava)
Signed-off-by: Mark Weiler <[email protected]>
1 parent f7732c6 commit 52a7888

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

extension-control/extensions.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,12 @@
446446
"id": "redhat.vscode-openshift-connector",
447447
"displayName": "OpenShift Toolkit"
448448
}
449+
},
450+
"GabrielBB.vscode-lombok": {
451+
"extension": {
452+
"id": "vscjava.vscode-lombok",
453+
"displayName": "Lombok Annotations Support for VS Code"
454+
}
449455
}
450456
},
451457
"migrateToPreRelease": {

extensions.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -382,9 +382,6 @@
382382
"fwcd.kotlin": {
383383
"repository": "https://github.com/fwcd/vscode-kotlin"
384384
},
385-
"GabrielBB.vscode-lombok": {
386-
"repository": "https://github.com/GabrielBB/vscode-lombok"
387-
},
388385
"geequlim.godot-tools": {
389386
"repository": "https://github.com/godotengine/godot-vscode-plugin"
390387
},
@@ -1449,6 +1446,9 @@
14491446
"prepublish": "npm run build-plugin",
14501447
"repository": "https://github.com/microsoft/vscode-java-test"
14511448
},
1449+
"vscjava.vscode-lombok": {
1450+
"repository": "https://github.com/microsoft/vscode-lombok"
1451+
},
14521452
"vscjava.vscode-maven": {
14531453
"prepublish": "npm run build-plugin",
14541454
"repository": "https://github.com/microsoft/vscode-maven"

0 commit comments

Comments
 (0)