We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d6fd43 commit a7f8434Copy full SHA for a7f8434
packages/app/src/app/overmind/effects/vscode/index.ts
@@ -131,6 +131,9 @@ export class VSCodeEffect {
131
initializeCustomTheme();
132
initializeThemeCache();
133
initializeSettings();
134
+ this.setVimExtensionEnabled(
135
+ localStorage.getItem('settings.vimmode') === 'true'
136
+ );
137
138
return Promise.all([
139
new FontFaceObserver('dm').load(),
0 commit comments