From c61a66cad911665a9d5aa9891ef32ae0f6b27ef7 Mon Sep 17 00:00:00 2001 From: Srinesh Nisala Date: Sat, 6 Jul 2024 00:12:31 +0530 Subject: [PATCH] feat: add spring boot tools (#19) --- packages/spring-boot-tools/package.yaml | 21 +++++++++++++++++++++ packages/sts4/package.yaml | 22 ---------------------- 2 files changed, 21 insertions(+), 22 deletions(-) create mode 100644 packages/spring-boot-tools/package.yaml delete mode 100644 packages/sts4/package.yaml diff --git a/packages/spring-boot-tools/package.yaml b/packages/spring-boot-tools/package.yaml new file mode 100644 index 0000000..c53fd2f --- /dev/null +++ b/packages/spring-boot-tools/package.yaml @@ -0,0 +1,21 @@ +--- +name: spring-boot-tools +description: | + Provides validation and content assist for Spring Boot `application.properties`, + `application.yml` properties files. As well as Boot-specific support for + `.java` files. +homepage: https://github.com/spring-projects/sts4 +licenses: + - EPL-1.0 +languages: + - Java +categories: + - LSP + +source: + id: pkg:openvsx/VMware/vscode-spring-boot@1.55.1 + download: + file: VMware.vscode-spring-boot-{{version}}.vsix + +share: + spring-boot-tools/jars/: extension/jars/ diff --git a/packages/sts4/package.yaml b/packages/sts4/package.yaml deleted file mode 100644 index dd31d89..0000000 --- a/packages/sts4/package.yaml +++ /dev/null @@ -1,22 +0,0 @@ ---- -name: sts4 -description: | - Spring Tools 4 is the next generation of Spring tooling for your favorite coding environment. - Largely rebuilt from scratch, it provides world-class support for developing Spring-based enterprise - applications. - -homepage: https://github.com/spring-projects/sts4 -licenses: - - EPL-1.0 -languages: - - Java -categories: - - LSP - -source: - id: pkg:github/spring-projects/sts4@4.20.1.RELEASE - asset: - file: vscode-spring-boot-1.50.0-RC.2.vsix - -share: - sts4/: extension/jars/