diff options
author | Kirill Dubovitskiy <kirill2003de@gmail.com> | 2023-08-07 00:07:30 -0700 |
---|---|---|
committer | Kirill Dubovitskiy <kirill2003de@gmail.com> | 2023-08-07 00:07:56 -0700 |
commit | 915199ac6aa5fa0fa2ccb1f9239c2ca1f84e03be (patch) | |
tree | 80c3cc837435d98dc198411591e5eb865a81e9a0 /.vscode | |
parent | a387ba0d3b4987c5f6603744515004e8c9a6e87b (diff) | |
download | sncontinue-915199ac6aa5fa0fa2ccb1f9239c2ca1f84e03be.tar.gz sncontinue-915199ac6aa5fa0fa2ccb1f9239c2ca1f84e03be.tar.bz2 sncontinue-915199ac6aa5fa0fa2ccb1f9239c2ca1f84e03be.zip |
Touchup on esbuild configuration + installing depdencies
Diffstat (limited to '.vscode')
-rw-r--r-- | .vscode/tasks.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 808b6d1f..64e18f28 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -55,6 +55,7 @@ "label": "install-all-dependencies", "type": "shell", "command": "./install-dependencies.sh", + "problemMatcher": [], // Empty so users are not promted to select progress reporting }, ] }
\ No newline at end of file |