performance: point spring at the exact config location and avoid config merge

This commit is contained in:
Martin Lippert
2019-05-08 13:48:07 +02:00
parent 5abc6f9df0
commit 04fad634cb
3 changed files with 9 additions and 3 deletions

View File

@@ -0,0 +1,3 @@
spring.main.banner-mode=off
languageserver.extension-id=vscode-spring-boot
languageserver.completion-trigger-characters=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ.

View File

@@ -1,3 +0,0 @@
languageserver:
extension-id: vscode-spring-boot
completion-trigger-characters: abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ.