You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 2, 2023. It is now read-only.
The folder name gets escaped xml escaped and url escaped. test%26amp%3Bmytest. Since we unquote after untangle has processed the xml we don't get the correct path back.
Environment data
Actual behavior
Debugger throws an error with
Unable to open .... file not found
error.Expected behavior
Debugger should support
&
in path.Steps to reproduce:
&
Originally reported microsoft/vscode-python#2620
The text was updated successfully, but these errors were encountered: