Delete .vscode directory

This commit is contained in:
Core 2021-12-19 23:55:48 +00:00 committed by GitHub
parent 3556136515
commit 44e570fcda
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

17
.vscode/tasks.json vendored
View file

@ -1,17 +0,0 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "Cider (Debug)",
"type": "shell",
"command": "yarn start"
},
{
"label": "Cider (Build)",
"type": "shell",
"command": "yarn dist"
}
]
}