Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing from global to per-editor should explicitly set the overtype mode for all open editors #1

Open
AdamMaras opened this issue Dec 16, 2016 · 0 comments

Comments

@AdamMaras
Copy link
Owner

AdamMaras commented Dec 16, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant