aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode
diff options
context:
space:
mode:
authorRblSb <msrblsb@gmail.com>2025-10-23 01:30:22 +0300
committerRblSb <msrblsb@gmail.com>2025-10-23 01:30:22 +0300
commitee3eddc6b80565f6bb458a1fd8f3a83fdd37d554 (patch)
treef8899cd76766e2eb7dd09969c5d91c5d11dd6c69 /.vscode
parentd4fb50df4f77cb8d039eaecdc8f6467c5fef4d22 (diff)
Fix large file upload
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/launch.json6
-rw-r--r--.vscode/tasks.json7
2 files changed, 5 insertions, 8 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index f91d1ed..e7d6d8b 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -5,8 +5,10 @@
"request": "launch",
"name": "Node: build and run",
"program": "${workspaceFolder}/build/server.js",
- "args": ["--verbose"],
- "sourceMaps": true,
+ "runtimeExecutable": "node",
+ "args": [
+ // "--verbose"
+ ],
"preLaunchTask": "Build all",
"killBehavior": "polite",
"console": "integratedTerminal"
diff --git a/.vscode/tasks.json b/.vscode/tasks.json
index dbd6a3b..0b315f6 100644
--- a/.vscode/tasks.json
+++ b/.vscode/tasks.json
@@ -19,12 +19,7 @@
},
"presentation": {
"clear": true
- },
- "dependsOn": "Clear terminal"
- },
- {
- "label": "Clear terminal",
- "command": "${command:workbench.action.terminal.clear}",
+ }
},
{
"label": "Run tests",
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage