diff options
Diffstat (limited to 'editors/code/src/inlay_hints.ts')
-rw-r--r-- | editors/code/src/inlay_hints.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/src/inlay_hints.ts b/editors/code/src/inlay_hints.ts index c4206cf5b..6357e44f1 100644 --- a/editors/code/src/inlay_hints.ts +++ b/editors/code/src/inlay_hints.ts | |||
@@ -42,7 +42,7 @@ const parameterHintDecorationType = vscode.window.createTextEditorDecorationType | |||
42 | before: { | 42 | before: { |
43 | color: new vscode.ThemeColor('rust_analyzer.inlayHint'), | 43 | color: new vscode.ThemeColor('rust_analyzer.inlayHint'), |
44 | } | 44 | } |
45 | }) | 45 | }); |
46 | 46 | ||
47 | class HintsUpdater { | 47 | class HintsUpdater { |
48 | private pending: Map<string, vscode.CancellationTokenSource> = new Map(); | 48 | private pending: Map<string, vscode.CancellationTokenSource> = new Map(); |