mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 05:15:04 +00:00
Use types from vscode-langaugeclient
This commit is contained in:
parent
876f92d547
commit
70cba0fe0f
3 changed files with 9 additions and 31 deletions
|
@ -42,7 +42,7 @@ const parameterHintDecorationType = vscode.window.createTextEditorDecorationType
|
|||
before: {
|
||||
color: new vscode.ThemeColor('rust_analyzer.inlayHint'),
|
||||
}
|
||||
})
|
||||
});
|
||||
|
||||
class HintsUpdater {
|
||||
private pending: Map<string, vscode.CancellationTokenSource> = new Map();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue