Skip to content

Commit

Permalink
Feat: add spotlight vscode task (#4390)
Browse files Browse the repository at this point in the history
* add spotlight task

* set build kind
  • Loading branch information
lucas-zimerman authored Dec 18, 2024
1 parent c6f01ea commit 2413691
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"version": "2.0.0",
"tasks": [
{
"label": "Run Spotlight",
"type": "shell",
"command": "npx @spotlightjs/spotlight",
"presentation": {
"reveal": "always",
"panel": "new"
},
"group": {
"kind": "build",
"isDefault": true
}
}
]
}

0 comments on commit 2413691

Please sign in to comment.