Skip to content

Commit 3595b31

Browse files
committed
Use cmd.exe to run the build task in VS Code for Windows
1 parent 15b1a9a commit 3595b31

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.vscode/settings.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
"typescript.tsdk": "node_modules\\typescript\\lib",
33
"javascript.preferences.importModuleSpecifierEnding": "js",
44
"typescript.preferences.importModuleSpecifierEnding": "js",
5-
"js/ts.implicitProjectConfig.module": "NodeNext",
65
"terminal.integrated.automationProfile.windows": {
7-
"path": "pwsh.exe",
8-
"icon": "terminal-powershell"
6+
"path": "cmd.exe"
97
}
108
}

0 commit comments

Comments
 (0)