You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the extension configuration is changed at runtime and per-editor mode is enabled, all the currently open editors should have their insert/overtype mode set to whatever the global mode was set to when the configuration was changed.
The "easy" fix is currently blocked by microsoft/vscode#15178 since there's not currently a Visual Studio Code extension API for enumerating all open editors. There may be a better/cleaner way to go about this that I haven't thought about—if anyone has an idea, I'm all ears.
When the extension configuration is changed at runtime and per-editor mode is enabled, all the currently open editors should have their insert/overtype mode set to whatever the global mode was set to when the configuration was changed.
The "easy" fix is currently blocked by microsoft/vscode#15178 since there's not currently a Visual Studio Code extension API for enumerating all open editors. There may be a better/cleaner way to go about this that I haven't thought about—if anyone has an idea, I'm all ears.
For reference in code: mode.ts@1c73719 line 43
The text was updated successfully, but these errors were encountered: