python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How Do I Set Task as preLaunchTask in .code-workspace?
I have a multi-root workspace with launch configurations and tasks. The tasks run fine on their own, but they don't run when added as a preLaunchTask. VS Code throws the error "Could not find the...

dapperdan1985
Votes: 0
Answers: 1
How to configure JS/TS debugger on PhpStorm like on VSCode with attach option?
I am moving from VSCode to PhpStorm. In VSCode I could configure debugger with attach mode.
What is attach mode? It allows you to debug your app in existing browser window. In launch mode new instance...
Wild
Votes: 0
Answers: 1
VSCode Debugger not working under Rosetta
when trying to use the VSCode Debugger, I get an error message:
"Failed to launch: could not launch process: can not run under Rosetta, check that the installed build of Go is right for your CPU ...
Kristelle Feghali
Votes: 0
Answers: 2
VSCode python debugging doesn't work with powershell
I am using vscode on windows, I have changed the default terminal to PowerShell and after that the debugging stopped working. When I start the debugger, it just exists after a second or two without st...
roman_ka
Votes: 0
Answers: 1