aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornickzhums <56864335+nickzhums@users.noreply.github.com>2022-07-18 16:58:03 +0800
committerGitHub <noreply@github.com>2022-07-18 16:58:03 +0800
commit2b57e552fe014647e6f9af57c04ec5dec90df536 (patch)
tree682d4275ee048502dc3fb659b7069253619d2513
parent1473389f397579a224d57b496f6387f3b8cbb6a9 (diff)
downloadlombok-2b57e552fe014647e6f9af57c04ec5dec90df536.tar.gz
lombok-2b57e552fe014647e6f9af57c04ec5dec90df536.tar.bz2
lombok-2b57e552fe014647e6f9af57c04ec5dec90df536.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)
-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>