We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bf7f67 commit fbc4aa6Copy full SHA for fbc4aa6
src/extension.ts
@@ -84,7 +84,7 @@ class StyleServer implements vsc.CompletionItemProvider, vsc.HoverProvider {
84
}
85
86
resolveCompletionItem(item: vsc.CompletionItem, token: vsc.CancellationToken): vsc.CompletionItem {
87
- return null;
+ return item;
88
89
90
provideHover(document: vsc.TextDocument, position: vsc.Position, token: vsc.CancellationToken): vsc.Hover {
0 commit comments