Added vs code build task

This commit is contained in:
Krister Jansson
2018-11-22 21:52:50 +01:00
parent c6b24d2def
commit efd737004d
+13
View File
@@ -0,0 +1,13 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "build",
"type": "shell",
"command": "b.bat",
"problemMatcher": []
}
]
}