Update VSCode extension

This commit is contained in:
Ben Croker 2025-02-01 09:21:01 -06:00
parent 3f95087783
commit fb8325c583
No known key found for this signature in database
GPG Key ID: 09D799816F1CF332
3 changed files with 12 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"name": "datastar-vscode",
"version": "1.0.0",
"version": "1.0.1",
"displayName": "Datastar",
"description": "Adds autocomplete for Datastar to Visual Studio Code.",
"author": "Ben Croker",

View File

@ -142,6 +142,17 @@
}
]
},
"data-on-interval": {
"prefix": "data-on-interval",
"body": "data-on-interval=\"${1:expression}\"",
"description": "Executes an expression at a regular interval.",
"references": [
{
"name": "Documentation",
"url": "https://data-star.dev/reference/attribute_plugins#data-on"
}
]
},
"data-on-keydown": {
"prefix": "data-on-keydown",
"body": "data-on-keydown=\"${1:expression}\"",