Skip to content

Instantly share code, notes, and snippets.

@iceman91176
Created September 26, 2020 08:32
Show Gist options
  • Save iceman91176/79072c35fc6da886a2d5cf0db79952f9 to your computer and use it in GitHub Desktop.
Save iceman91176/79072c35fc6da886a2d5cf0db79952f9 to your computer and use it in GitHub Desktop.
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