Skip to content

Commit

Permalink
feat: add VSCode Spring Boot Tools
Browse files Browse the repository at this point in the history
  • Loading branch information
indika-dev committed Nov 29, 2024
1 parent 0070e1f commit 4c69b35
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions packages/vscode-spring-boot-tools/package.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
name: vscode-spring-boot-tools
description: |
VS Code Language Server for Spring Boot
VSCode extension and Language Server providing support for working with Spring Boot application.properties, application.yml and .java files.
Note: this extension has a dependency on VS Code extension of Language Support for Java™ by Red Hat.
homepage: https://github.com/spring-projects/sts4
licenses:
- EPL-1.0
languages:
- Java
categories:
- LSP

source:
id: pkg:openvsx/VMware/[email protected]
download:
file: VMware.vscode-spring-boot-{{version}}.vsix

schemas:
lsp: vscode:https://raw.githubusercontent.com/spring-projects/sts4/master/vscode-extensions/vscode-spring-boot/package.json

share:
vscode-spring-boot-tools/jdtls/: extension/jars/
vscode-spring-boot-tools/language-server.jar: extension/language-server/spring-boot-language-server-{{version}}-SNAPSHOT-exec.jar

0 comments on commit 4c69b35

Please sign in to comment.