Unnecessary Directory

This commit is contained in:
Justman10000 2022-03-02 20:37:27 +01:00
parent 79ab849df0
commit 66f82e97c0
2 changed files with 0 additions and 39 deletions

11
.vscode/settings.json vendored
View File

@ -1,11 +0,0 @@
{
"search.exclude": {
"**/*.map": true,
"public/css": true,
"public/js": true
},
"path-intellisense.mappings": {
"@": "${workspaceRoot}/src",
"@components": "${workspaceRoot}/src/js/components"
}
}

28
.vscode/tasks.json vendored
View File

@ -1,28 +0,0 @@
{
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "build",
"group": {
"kind": "build",
"isDefault": true
},
"problemMatcher": [],
"label": "npm: build",
"detail": "npm-run-all --sequential clean build:js"
},
{
// Workaround for dev script
"type": "npm",
"script": "dev:gui",
"problemMatcher": [],
"label": "npm: dev:gui",
"detail": "npm-run-all --parallel serve:gui watch:js",
"group": {
"kind": "test",
"isDefault": true
}
}
]
}