Closed vanowm closed 11 months ago
Nice catch/find, you're not able to save the state of global config before changes and then undo the changes through the deactivate()
function in extension.js?
Didn't know about that function. How do we test it though? (I mean besides directly calling the function) The extension is not in the list of installed extensions, so I can't disable or uninstall it...
It seems not possible within this function microsoft/vscode/issues/105484
Yikes, that's unfortunate.
This patch
forcibly
merging default settings into global config. It doesn't overwrite any modified settings. Would be nice add some cleanup on extension disable/uninstall, but I couldn't find a way to do so.Fix for #209