Convert boot-ls application.yml to .properties again

This commit is contained in:
Kris De Volder
2019-05-22 13:23:05 -07:00
parent f1c9551b5d
commit 5bec241272
3 changed files with 6 additions and 10 deletions

View File

@@ -0,0 +1,5 @@
languageserver.extension-id: vscode-spring-boot
languageserver.completion-trigger-characters.java:
languageserver.completion-trigger-characters.spring-boot-properties-yaml: abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ.
languageserver.completion-trigger-characters.spring-boot-properties: abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ.
spring.main.banner-mode: off

View File

@@ -1,9 +0,0 @@
languageserver:
extension-id: vscode-spring-boot
completion-trigger-characters:
java: ""
spring-boot-properties-yaml: abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ.
spring-boot-properties: abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ.
spring:
main:
banner-mode: 'off'

View File

@@ -29,7 +29,7 @@ export function activate(context: VSCode.ExtensionContext): Thenable<LanguageCli
explodedLsJarData: {
lsLocation: 'language-server',
mainClass: 'org.springframework.ide.vscode.boot.app.BootLanguagServerBootApp',
configFileName: 'application.yml'
configFileName: 'application.properties'
},
workspaceOptions: VSCode.workspace.getConfiguration("spring-boot.ls"),
clientOptions: {