mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Merge from vscode e1d3dd53d17fb1529a002e4d6fb066db0a0bd385 (#6460)
* Merge from vscode e1d3dd53d17fb1529a002e4d6fb066db0a0bd385 * fix servers icon * fix tests
This commit is contained in:
@@ -128,7 +128,8 @@ export class Colorizer {
|
||||
-1,
|
||||
'none',
|
||||
false,
|
||||
false
|
||||
false,
|
||||
null
|
||||
));
|
||||
return renderResult.html;
|
||||
}
|
||||
@@ -195,7 +196,8 @@ function _fakeColorize(lines: string[], tabSize: number): string {
|
||||
-1,
|
||||
'none',
|
||||
false,
|
||||
false
|
||||
false,
|
||||
null
|
||||
));
|
||||
|
||||
html = html.concat(renderResult.html);
|
||||
@@ -231,7 +233,8 @@ function _actualColorize(lines: string[], tabSize: number, tokenizationSupport:
|
||||
-1,
|
||||
'none',
|
||||
false,
|
||||
false
|
||||
false,
|
||||
null
|
||||
));
|
||||
|
||||
html = html.concat(renderResult.html);
|
||||
|
||||
Reference in New Issue
Block a user