aboutsummaryrefslogtreecommitdiff
path: root/website/templates
diff options
context:
space:
mode:
authornickzhums <56864335+nickzhums@users.noreply.github.com>2022-07-18 16:58:03 +0800
committerReinier Zwitserloot <r.zwitserloot@projectlombok.org>2023-01-12 00:37:53 +0100
commite41652a5c6d0784fa7c233d69084a5274ff48cc0 (patch)
tree57463dd8d2f2bb6e832bd0eb8482e6b9e0cb5e8a /website/templates
parentd2d97539d26f6023ffc4565286f08427c4e8b41c (diff)
downloadlombok-e41652a5c6d0784fa7c233d69084a5274ff48cc0.tar.gz
lombok-e41652a5c6d0784fa7c233d69084a5274ff48cc0.tar.bz2
lombok-e41652a5c6d0784fa7c233d69084a5274ff48cc0.zip
Update VS Code page for Lombok support
Per (https://devblogs.microsoft.com/java/java-on-visual-studio-code-update-july-2022/), the latest Extension for Pack has provided built-in support for Lombok. In addition, the community-developed Lombok extension has entered a maintenance mode, the original author has moved on from the project. Microsoft is going to maintain the project from now on (The extension has been transferred to Microsoft)
Diffstat (limited to 'website/templates')
-rw-r--r--website/templates/setup/vscode.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/website/templates/setup/vscode.html b/website/templates/setup/vscode.html
index bf9c3e58..c3712291 100644
--- a/website/templates/setup/vscode.html
+++ b/website/templates/setup/vscode.html
@@ -5,11 +5,11 @@
<p>
The <a href="https://code.visualstudio.com/">Microsoft Visual Studio Code</a> editor is compatible with lombok.
</p><p>
- Add the <a href="https://marketplace.visualstudio.com/items?itemName=GabrielBB.vscode-lombok">vscode-lombok</a> plugin to your Visual Studio Code IDE to add lombok support.
+ The <a href="https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-pack">Extension Pack for Java</a> provides built-in support for Lombok.
<ul><li>
press <code>Ctrl + Shift + X</code> to open the extension manager.
</li><li>
- Type <code>lombok</code> to find the plugin, and click <code>install</code>.
+ Type <code>java</code> to find the plugin, and click <code>install</code>.
</li><li>
Reload VS Code when asked.
</li></ul>