Skip to content

Commit

Permalink
patched file to be compliant with upcoming package in mason core regi…
Browse files Browse the repository at this point in the history
…stry
  • Loading branch information
indika-dev committed Jan 10, 2025
1 parent dcdb85d commit f70373a
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions packages/spring-boot-tools/package.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
---
name: spring-boot-tools
name: vscode-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.
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
Expand All @@ -17,5 +18,9 @@ source:
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:
spring-boot-tools/jars/: extension/jars/
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 f70373a

Please sign in to comment.