提交 8ea286d9 编写于 作者: M Matt Bierner

Fix release notes not showing in product

Fixes #59482
上级 1ea3f259
...@@ -17,7 +17,7 @@ const fallback = { ...@@ -17,7 +17,7 @@ const fallback = {
}; };
export function tokenizeToString(text: string, tokenizationSupport: ITokenizationSupport = fallback): string { export function tokenizeToString(text: string, tokenizationSupport: ITokenizationSupport = fallback): string {
return _tokenizeToString(text, tokenizationSupport); return _tokenizeToString(text, tokenizationSupport || fallback);
} }
export function tokenizeLineToHTML(text: string, viewLineTokens: IViewLineTokens, colorMap: string[], startOffset: number, endOffset: number, tabSize: number): string { export function tokenizeLineToHTML(text: string, viewLineTokens: IViewLineTokens, colorMap: string[], startOffset: number, endOffset: number, tabSize: number): string {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册