Use types from vscode-langaugeclient

This commit is contained in:
Emil Lauridsen 2020-01-15 11:47:56 +01:00
parent 876f92d547
commit 70cba0fe0f
3 changed files with 9 additions and 31 deletions

View file

@ -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();