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 ba502b3 commit 15485d7Copy full SHA for 15485d7
src/client/snippets.ts
@@ -19,7 +19,7 @@ export const defaultCode = `terraform {
19
}
20
}`;
21
22
-export type SnippetFunc = (name?: string, order?: number) => string;
+export type SnippetFunc = (name: string, order: number) => string;
23
type Snippet = {
24
name: string;
25
label: string;
0 commit comments