Created
September 26, 2020 08:32
-
-
Save iceman91176/79072c35fc6da886a2d5cf0db79952f9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: v2 | |
publisher: ms-vscode | |
name: lombok | |
version: 1.0.2 | |
type: VS Code extension | |
displayName: Lombok | |
title: Lombok annotations support | |
description: This extension adds Lombok markup support | |
icon: https://www.eclipse.org/che/images/logo-eclipseche.svg | |
repository: https://github.com/GabrielBB/vscode-lombok | |
category: Language | |
firstPublicationDate: '2019-09-19' | |
spec: | |
containers: | |
- image: "quay.io/eclipse/che-sidecar-java:11-7bd8c8c" | |
name: vscode-lombok | |
memoryLimit: '1500Mi' | |
volumes: | |
- mountPath: "/home/theia/.m2" | |
name: m2 | |
extensions: | |
- https://nexus.dev.witcom.services/repository/maven-releases/de/witcom/vs-code-lombok/1.0.2/vs-code-lombok-1.0.2.vsix |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment