From 2b57e552fe014647e6f9af57c04ec5dec90df536 Mon Sep 17 00:00:00 2001 From: nickzhums <56864335+nickzhums@users.noreply.github.com> Date: Mon, 18 Jul 2022 16:58:03 +0800 Subject: 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) --- website/templates/setup/vscode.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'website/templates') 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 @@
The Microsoft Visual Studio Code editor is compatible with lombok.
- Add the vscode-lombok plugin to your Visual Studio Code IDE to add lombok support. + The Extension Pack for Java provides built-in support for Lombok.
Ctrl + Shift + X
to open the extension manager.
lombok
to find the plugin, and click install
.
+ Type java
to find the plugin, and click install
.