...
Refresh the browser, the breakpoints should be reached
Using SSH from VSC
- Install SSH - Remote tools
- Create a config file that contains the connection details, the file is called config with no file extension and should be placed in the /Users/<username>/.ssh folder
Code Block Host sels-mc HostName 130.211.75.156 IdentityFile ~/.ssh/gcp-key User selvy
The indentation is important
- Open the Remote connection