You can hook up to the onDidChangeConfiguration event and then update the config immediately. That way the change happens immediately and doesn't require a file open or window reload. See https://code.visualstudio.com/Docs/extensionAPI/vscode-api#_workspace
You can hook up to the
onDidChangeConfigurationevent and then update the config immediately. That way the change happens immediately and doesn't require a file open or window reload. See https://code.visualstudio.com/Docs/extensionAPI/vscode-api#_workspace