mirror of
https://github.com/Microsoft/vscode
synced 2024-11-05 18:29:38 +00:00
Merge pull request #154270 from microsoft/tyriar/153757
Prevent unicode11 addon from loading in unit tests
This commit is contained in:
commit
136d514f9e
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ const defaultTerminalConfig: Partial<ITerminalConfiguration> = {
|
|||
scrollback: 1000,
|
||||
fastScrollSensitivity: 2,
|
||||
mouseWheelScrollSensitivity: 1,
|
||||
unicodeVersion: '11'
|
||||
unicodeVersion: '6'
|
||||
};
|
||||
|
||||
suite('XtermTerminal', () => {
|
||||
|
|
Loading…
Reference in a new issue