From 8b12ef9fd8e591ca6d0f2ebc50bbc46231073efa Mon Sep 17 00:00:00 2001 From: Soybean Date: Fri, 14 Mar 2025 10:26:12 +0800 Subject: [PATCH] chore(projects): update vscode settings and launch --- .vscode/launch.json | 4 +++- .vscode/settings.json | 1 - 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index be7c6f6e..e59c32b9 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -14,7 +14,9 @@ "name": "TS Debugger", "runtimeExecutable": "tsx", "skipFiles": ["/**", "${workspaceFolder}/node_modules/**"], - "program": "${file}" + "program": "${file}", + "console": "integratedTerminal", + "internalConsoleOptions": "neverOpen" } ] } diff --git a/.vscode/settings.json b/.vscode/settings.json index 4fd9e522..9c2cb201 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,7 +3,6 @@ "source.fixAll.eslint": "explicit", "source.organizeImports": "never" }, - "eslint.useFlatConfig": true, "editor.formatOnSave": false, "eslint.validate": ["html", "css", "scss", "json", "jsonc"], "i18n-ally.displayLanguage": "zh-cn",