mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
electron - explicitly disable spellchecker
It will be enabled by default starting with Electron 9
This commit is contained in:
@@ -116,6 +116,7 @@ app.on('ready', () => {
|
||||
nodeIntegration: true,
|
||||
enableWebSQL: false,
|
||||
enableRemoteModule: false,
|
||||
spellcheck: false,
|
||||
nativeWindowOpen: true,
|
||||
webviewTag: true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user