python-web-pdb
python-web-pdb copied to clipboard
Remove '...' after address to cmd+click directly from VSCode
Not a big deal but trying to CMD+Click, from Visual Studio Code terminal, on the hostname:port when pdb start doesn't directly open the browser but open the VSC popup window saying 'No matching results', as the three dots are recognised as part of the input.
Adding a space in between or deleting them should solve the issue, and it could improve the workflow.

Apart from that, your web-pdb has already saved me a looot of time! Thank you!