diff --git a/.vscode/tasks.json b/.vscode/tasks.json new file mode 100644 index 0000000..5f30d07 --- /dev/null +++ b/.vscode/tasks.json @@ -0,0 +1,31 @@ +{ + "version": "2.0.0", + "tasks": [ + { + "label": "npm: build", + "type": "npm", + "script": "build", + "problemMatcher": [] + }, + { + "label": "npm: watch", + "type": "npm", + "script": "watch", + "problemMatcher": [], + "presentation": { + "panel": "shared", + "group": "test" + } + }, + { + "label": "npm: serve", + "type": "npm", + "script": "serve", + "problemMatcher": [], + "presentation": { + "panel": "shared", + "group": "test" + } + } + ] +} diff --git a/index.html b/index.html index 5ff9191..de2c606 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ Script graph demo - +