change tasks, config
This commit is contained in:
11
.vscode/tasks.json
vendored
11
.vscode/tasks.json
vendored
@@ -9,6 +9,11 @@
|
||||
"Build LibrarySystem (Debug)"
|
||||
],
|
||||
"command": "cmd",
|
||||
"args": [
|
||||
"/c",
|
||||
"echo",
|
||||
"Build Complete"
|
||||
],
|
||||
"group": {
|
||||
"kind": "build",
|
||||
"isDefault": true
|
||||
@@ -48,7 +53,8 @@
|
||||
"presentation": {
|
||||
"reveal": "always",
|
||||
"panel": "new",
|
||||
"focus": false
|
||||
"focus": false,
|
||||
"close": true
|
||||
},
|
||||
// "dependsOn": "Compress dist Folder Debug",
|
||||
"problemMatcher": "$python"
|
||||
@@ -80,7 +86,8 @@
|
||||
"presentation": {
|
||||
"reveal": "always",
|
||||
"panel": "new",
|
||||
"focus": false
|
||||
"focus": false,
|
||||
"close": true
|
||||
},
|
||||
"problemMatcher": "$python"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user