From 20f11c1c5f99167984af046d1b456d6f079d1db5 Mon Sep 17 00:00:00 2001 From: Kris De Volder Date: Mon, 22 Aug 2022 15:40:09 -0700 Subject: [PATCH] Fix spring-boot.ls config options They were not properly being synchronised with the user's / workspace settings. --- vscode-extensions/vscode-spring-boot/lib/Main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode-extensions/vscode-spring-boot/lib/Main.ts b/vscode-extensions/vscode-spring-boot/lib/Main.ts index 31a4f730a..3c2f3ff8b 100644 --- a/vscode-extensions/vscode-spring-boot/lib/Main.ts +++ b/vscode-extensions/vscode-spring-boot/lib/Main.ts @@ -96,7 +96,7 @@ export function activate(context: VSCode.ExtensionContext): Thenable ({ workspaceFolders: workspace.workspaceFolders ? workspace.workspaceFolders.map(f => f.uri.toString()) : null,