Closed GlebBazhanov closed 6 years ago
Debug Configuration
There is not an error but debugging does not started, because folder "/src" does not exist by default. "cwd": "${workspaceRoot}/src" "remoteWorkspaceRoot": "${workspaceRoot}/src"
You would have to adjust that to fit your own project's filestructure.
I removed the /src part from the guide - it wasn't needed.
/src
Debug Configuration
There is not an error but debugging does not started, because folder "/src" does not exist by default. "cwd": "${workspaceRoot}/src" "remoteWorkspaceRoot": "${workspaceRoot}/src"