Open
Description
Currently, while an attempt has been made to reload the vscode configs, it doesn't actually work.
While the detection by onDidChangeConfiguration
properly triggers the event, my attempt reloading the config with vscode.workspace.getConfiguration
doesn't read in the newer configs.
Is there a way to fix this? If not, we need to create a warning/notice for users to reload.