v0.3: Extension #3

Merged
niklas merged 16 commits from develop into master 2020-04-25 20:38:57 +00:00
Showing only changes of commit a38d016137 - Show all commits

14
.vscode/tasks.json vendored
View File

@ -56,6 +56,20 @@
}, },
"group": "build", "group": "build",
"problemMatcher": [] "problemMatcher": []
},
{
"label": "ext:run",
"command": "npm",
"type": "shell",
"args": [
"run",
"ext:run"
],
"presentation": {
"reveal": "always"
},
"group": "build",
"problemMatcher": []
} }
] ]
} }