mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-21 15:51:46 +00:00
See if this satisfies the CI.
This commit is contained in:
parent
6012bbfc51
commit
45533112c8
1 changed files with 5 additions and 5 deletions
|
@ -74,11 +74,11 @@ export class Highlighter {
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
const fallBackTag = 'ralsp.' + tag;
|
const fallBackTag = 'ralsp.' + tag;
|
||||||
console.log(' ');
|
// console.log(' ');
|
||||||
console.log('Missing theme for: <"' + tag + '"> for following mapped scopes:');
|
// console.log('Missing theme for: <"' + tag + '"> for following mapped scopes:');
|
||||||
console.log(scopesMapper.find(tag));
|
// console.log(scopesMapper.find(tag));
|
||||||
console.log('Falling back to values defined in: ' + fallBackTag);
|
// console.log('Falling back to values defined in: ' + fallBackTag);
|
||||||
console.log(' ');
|
// console.log(' ');
|
||||||
const color = new vscode.ThemeColor(fallBackTag);
|
const color = new vscode.ThemeColor(fallBackTag);
|
||||||
const decor = vscode.window.createTextEditorDecorationType({
|
const decor = vscode.window.createTextEditorDecorationType({
|
||||||
color,
|
color,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue