See if this satisfies the CI.

This commit is contained in:
Seivan Heidari 2019-11-05 14:22:09 +01:00
parent 6012bbfc51
commit 45533112c8

View file

@ -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,