rm .vscode

This commit is contained in:
Mike Arpaia
2016-09-12 09:29:30 -07:00
parent 5e9f93d08a
commit 370cc4efa8
-19
View File
@@ -1,19 +0,0 @@
{
"version": "0.1.0",
"command": "make",
"isShellCommand": true,
"showOutput": "always",
"echoCommand": true,
"tasks": [
{
"taskName": "build",
"isBuildCommand": true
},
{
"taskName": "generate"
},
{
"taskName": "test"
}
]
}