-
-
Notifications
You must be signed in to change notification settings - Fork 366
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0070e1f
commit 4c69b35
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
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 |