mirror of
https://github.com/chylex/Transparent-Twitch-Chat.git
synced 2025-05-05 22:34:04 +02:00
Add a VS Code task to trigger a build
This commit is contained in:
parent
d2cf479640
commit
6301f599a2
23
.vscode/tasks.json
vendored
Normal file
23
.vscode/tasks.json
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
// See https://go.microsoft.com/fwlink/?LinkId=733558
|
||||||
|
// for the documentation about the tasks.json format
|
||||||
|
"version": "2.0.0",
|
||||||
|
"tasks": [
|
||||||
|
{
|
||||||
|
"label": "Build Userscript",
|
||||||
|
"type": "shell",
|
||||||
|
"command": "python ./BUILD.py",
|
||||||
|
"group": {
|
||||||
|
"kind": "build",
|
||||||
|
"isDefault": true
|
||||||
|
},
|
||||||
|
"presentation": {
|
||||||
|
"reveal": "always",
|
||||||
|
"panel": "dedicated",
|
||||||
|
"echo": true,
|
||||||
|
"focus": true,
|
||||||
|
"showReuseMessage": false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user