From 3595b31e103749a009b28f1abe8cadeda7923cdc Mon Sep 17 00:00:00 2001 From: Stephan Schreiber Date: Tue, 27 Aug 2024 03:13:43 +0200 Subject: [PATCH] Use cmd.exe to run the build task in VS Code for Windows --- .vscode/settings.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index cc7fb48..cb4fab0 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,9 +2,7 @@ "typescript.tsdk": "node_modules\\typescript\\lib", "javascript.preferences.importModuleSpecifierEnding": "js", "typescript.preferences.importModuleSpecifierEnding": "js", - "js/ts.implicitProjectConfig.module": "NodeNext", "terminal.integrated.automationProfile.windows": { - "path": "pwsh.exe", - "icon": "terminal-powershell" + "path": "cmd.exe" } }