mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 12:33:35 +01:00
verbose to trace
This commit is contained in:
@@ -186,7 +186,7 @@ export class MarkdownItEngine implements IMdParser {
|
||||
return cached;
|
||||
}
|
||||
|
||||
this._logger.verbose('MarkdownItEngine', `tokenizeDocument - ${document.uri}`);
|
||||
this._logger.trace('MarkdownItEngine', `tokenizeDocument - ${document.uri}`);
|
||||
const tokens = this._tokenizeString(document.getText(), engine);
|
||||
this._tokenCache.update(document, config, tokens);
|
||||
return tokens;
|
||||
|
||||
Reference in New Issue
Block a user