Fix spring-boot.ls config options
They were not properly being synchronised with the user's / workspace settings.
This commit is contained in:
@@ -96,7 +96,7 @@ export function activate(context: VSCode.ExtensionContext): Thenable<ExtensionAP
|
||||
}
|
||||
],
|
||||
synchronize: {
|
||||
configurationSection: 'boot-java'
|
||||
configurationSection: ['boot-java', 'spring-boot']
|
||||
},
|
||||
initializationOptions: () => ({
|
||||
workspaceFolders: workspace.workspaceFolders ? workspace.workspaceFolders.map(f => f.uri.toString()) : null,
|
||||
|
||||
Reference in New Issue
Block a user