Go to launch.json
add "cwd" : "${fileDirname}"
check with os.getcwd()
current directory should be the folder that current activated file is in (not root directory of current vscode folder)
Go to launch.json
add "cwd" : "${fileDirname}"
check with os.getcwd()
current directory should be the folder that current activated file is in (not root directory of current vscode folder)