From 45533112c80dd1cda19144b993f609ecee4861a8 Mon Sep 17 00:00:00 2001 From: Seivan Heidari Date: Tue, 5 Nov 2019 14:22:09 +0100 Subject: See if this satisfies the CI. --- editors/code/src/highlighting.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'editors') diff --git a/editors/code/src/highlighting.ts b/editors/code/src/highlighting.ts index 3f509e8ee..ee39ca64c 100644 --- a/editors/code/src/highlighting.ts +++ b/editors/code/src/highlighting.ts @@ -74,11 +74,11 @@ export class Highlighter { } else { const fallBackTag = 'ralsp.' + tag; - console.log(' '); - console.log('Missing theme for: <"' + tag + '"> for following mapped scopes:'); - console.log(scopesMapper.find(tag)); - console.log('Falling back to values defined in: ' + fallBackTag); - console.log(' '); + // console.log(' '); + // console.log('Missing theme for: <"' + tag + '"> for following mapped scopes:'); + // console.log(scopesMapper.find(tag)); + // console.log('Falling back to values defined in: ' + fallBackTag); + // console.log(' '); const color = new vscode.ThemeColor(fallBackTag); const decor = vscode.window.createTextEditorDecorationType({ color, -- cgit v1.2.3