Skip to content

Commit

Permalink
Use cmd.exe to run the build task in VS Code for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Septh committed Aug 27, 2024
1 parent 15b1a9a commit 3595b31
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit 3595b31

Please sign in to comment.