Delete vscode config

This commit is contained in:
StageGuard
2020-08-08 23:00:18 +08:00
parent f2d2f76eed
commit f8203ee1d4

12
.vscode/tasks.json vendored
View File

@@ -1,12 +0,0 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "echo",
"type": "shell",
"command": "echo Hello"
}
]
}