Turn terminal blinking off by default

Fixes #9753
This commit is contained in:
Daniel Imms 2016-07-26 11:37:56 -07:00
parent c9a246ad81
commit 6a8576718b

View file

@ -79,7 +79,7 @@ configurationRegistry.registerConfiguration({
'terminal.integrated.cursorBlinking': {
'description': nls.localize('terminal.integrated.cursorBlinking', "Controls whether the terminal cursor blinks."),
'type': 'boolean',
'default': true
'default': false
},
'terminal.integrated.setLocaleVariables': {
'description': nls.localize('terminal.integrated.setLocaleVariables', "Controls whether locale variables are set at startup of the terminal, this defaults to true on OS X, false on other platforms."),