mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 05:15:04 +00:00
Fix color name
This commit is contained in:
parent
6896ffab60
commit
0eb254854d
2 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ interface InlayHint {
|
|||
|
||||
const typeHintDecorationType = vscode.window.createTextEditorDecorationType({
|
||||
after: {
|
||||
color: new vscode.ThemeColor('rust-analyzer.inlayHint'),
|
||||
color: new vscode.ThemeColor('rust_analyzer.inlayHint'),
|
||||
},
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue