diff --git a/.vscode/tasks.json b/.vscode/tasks.json new file mode 100644 index 0000000..b832155 --- /dev/null +++ b/.vscode/tasks.json @@ -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 + } + } + ] +} diff --git a/BUILD.bat b/BUILD.bat deleted file mode 100644 index c394221..0000000 --- a/BUILD.bat +++ /dev/null @@ -1 +0,0 @@ -python build.py