Skip to content

Commit

Permalink
Turn terminal blinking off by default
Browse files Browse the repository at this point in the history
Fixes #9753
  • Loading branch information
Tyriar committed Jul 26, 2016
1 parent c9a246a commit 6a85767
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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."),
Expand Down

0 comments on commit 6a85767

Please sign in to comment.