Skip to content

Commit 90cd843

Browse files
committed
fixup! feat: provide snippets for attribute
1 parent 97da874 commit 90cd843

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

integration/lsp/test_utils.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ export function createConnection(serverOptions: ServerOptions): MessageConnectio
3434
if (serverOptions.includeAutomaticOptionalChainCompletions) {
3535
argv.push('--includeAutomaticOptionalChainCompletions');
3636
}
37+
if (serverOptions.includeCompletionsWithSnippetText) {
38+
argv.push('--includeCompletionsWithSnippetText');
39+
}
3740
const server = fork(SERVER_PATH, argv, {
3841
cwd: PROJECT_PATH,
3942
// uncomment to debug server process

0 commit comments

Comments
 (0)