Remove .vscode

This commit is contained in:
Misode
2020-12-19 17:37:11 +01:00
parent 21be5a250b
commit b2c963005f

10
.vscode/tasks.json vendored
View File

@@ -1,10 +0,0 @@
{
"version": "2.0.0",
"tasks": [
{
"label": "Start",
"type": "shell",
"command": "rm -r \"./node_modules/@mcschema\" && npm link @mcschema/core && npm link @mcschema/locales && npm link @mcschema/java-1.16 && npm link @mcschema/java-1.17 && npm start"
}
]
}