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 86bb781 commit ebb3c68Copy full SHA for ebb3c68
packages/snippet-manager/src/snippet-manager.ts
@@ -85,7 +85,7 @@ async function packBSON(data: any): Promise<Buffer> {
85
86
function completeSnippetsCommand(
87
args: string[],
88
- snippets: SnippetManager['snippets']
+ snippets: SnippetDescription[]
89
) {
90
const plainCommands = [
91
'update',
0 commit comments