Skip to content

Commit 20d0978

Browse files
committed
Refactor VS Code extension: Remove unused trigger characters for Datastar attributes in extension.js, rely on automatic default snippet behaviour
1 parent cd51e1e commit 20d0978

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tools/vscode-extension/src/extension.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,7 @@ function activate(context) {
4545

4646
return createCompletionItems();
4747
}
48-
},
49-
// Trigger characters for Datastar attributes
50-
'd', 'a', '-'
48+
}
5149
);
5250

5351
context.subscriptions.push(provider);

0 commit comments

Comments
 (0)