Delete .vscode directory
This commit is contained in:
parent
3556136515
commit
44e570fcda
1 changed files with 0 additions and 17 deletions
17
.vscode/tasks.json
vendored
17
.vscode/tasks.json
vendored
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue