Add 'snippet' label detail to action scaffolding completions (#308)
This commit is contained in:
@@ -470,6 +470,7 @@ function createSnippetCompletion(
|
||||
|
||||
return {
|
||||
label,
|
||||
labelDetails: {description: "snippet"},
|
||||
kind: CompletionItemKind.Snippet,
|
||||
documentation: {
|
||||
kind: "markdown",
|
||||
|
||||
Reference in New Issue
Block a user