From ef6c733f93fae2abfbdfed45e15c9c64ca5ddc5b Mon Sep 17 00:00:00 2001 From: misch334 <259832695+misch334@users.noreply.github.com> Date: Tue, 10 Feb 2026 18:15:51 +0100 Subject: [PATCH] add options recommended by tsx.is docs --- .vscode/launch.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.vscode/launch.json b/.vscode/launch.json index 2573a8e852..953428cdb0 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -14,6 +14,8 @@ "TRILIUM_RESOURCE_DIR": "${workspaceFolder}/apps/server/src" }, "cwd": "${workspaceFolder}", + "console": "integratedTerminal", + "internalConsoleOptions": "neverOpen", "skipFiles": ["/**", "${workspaceFolder}/node_modules/**"] }, {