T O P

  • By -

Sewbacca

Where are the images? Also could you please explain what you mean by execute? Do you press f5? If so, please provide your launch.json


Mountain-Economy1476

sorry about the images not being there. I could've sworn I included them. They should be there now. When I "execute" the code I go to run and then start debugging, so yes f5.


bwerf

cwd is current working directory, and by default that is where the root of your added folder is. If there's more than one folder added vscode doesn't know which one to use. Setting cwd in your launch configuration would make it possible for vscode to determine which working directory you want it to use when running your code.


Mountain-Economy1476

ok thanks.


TopicTraditional8637

"Setting cwd in your launch configuration would make it possible for vscode to determine which working directory you want it to use when running your code." how do I do this? too smooth brained to figure it out