Skip to content

Commit 2413691

Browse files
Feat: add spotlight vscode task (#4390)
* add spotlight task * set build kind
1 parent c6f01ea commit 2413691

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.vscode/tasks.json

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"version": "2.0.0",
3+
"tasks": [
4+
{
5+
"label": "Run Spotlight",
6+
"type": "shell",
7+
"command": "npx @spotlightjs/spotlight",
8+
"presentation": {
9+
"reveal": "always",
10+
"panel": "new"
11+
},
12+
"group": {
13+
"kind": "build",
14+
"isDefault": true
15+
}
16+
}
17+
]
18+
}

0 commit comments

Comments
 (0)