Debug source code in VScode

Godot Version

master branch on github

Question

I’m trying to debug the source code on vscode, I’ve followed the instructions on the documentation, however, the debugger stops working when I open a project and the editor is opened.
Anyone had a similar problem?
Thanks!

I think this would potentially be due to the editor trying to start its own debug server. Probably colliding with whatever debug server you have running on vscode. You can try and run the editor with the remote-debug option. But I’m not sure it will solve your problem.