提交 1678a450 编写于 作者: B Benjamin Pasero

change info => trace for "no grammar found for scope..."

上级 b7677de2
......@@ -216,7 +216,7 @@ export class TextMateService implements ITextMateService {
loadGrammar: (scopeName: string) => {
const location = this._scopeRegistry.getGrammarLocation(scopeName);
if (!location) {
this._logService.info(`No grammar found for scope ${scopeName}`);
this._logService.trace(`No grammar found for scope ${scopeName}`);
return null;
}
return this._fileService.resolveContent(location, { encoding: 'utf8' }).then(content => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册