mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 23:06:49 +01:00
electron - explicitly disable spellchecker
It will be enabled by default starting with Electron 9
This commit is contained in:
@@ -64,6 +64,7 @@ export class ProxyAuthHandler extends Disposable {
|
||||
sandbox: true,
|
||||
devTools: false,
|
||||
enableRemoteModule: false,
|
||||
spellcheck: false,
|
||||
v8CacheOptions: 'bypassHeatCheck'
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user