Merge pull request #154270 from microsoft/tyriar/153757

Prevent unicode11 addon from loading in unit tests
This commit is contained in:
Daniel Imms 2022-07-06 07:23:08 -07:00 committed by GitHub
commit 136d514f9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -80,7 +80,7 @@ const defaultTerminalConfig: Partial<ITerminalConfiguration> = {
scrollback: 1000,
fastScrollSensitivity: 2,
mouseWheelScrollSensitivity: 1,
unicodeVersion: '11'
unicodeVersion: '6'
};
suite('XtermTerminal', () => {