We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steps to Reproduce:
ERROR: cannot open untitled:d%3A%5C#MYGIT%5Cndk%5Cjsconfig.json. Detail: file already exists on disk
The text was updated successfully, but these errors were encountered:
The issue is stupid URI math we do here: https://github.com/Microsoft/vscode/blob/master/extensions/typescript/src/utils/projectStatus.ts#L103. The path we simply concat contains a # and therefore becomes a fragment path.
#
Sorry, something went wrong.
We should consider adding more uri modification methods (#6678) such that we don't run into this so easily...
f73f84e
verifier have a workspace folder that contains a # character
isidorn
No branches or pull requests
Steps to Reproduce:
ERROR:
cannot open untitled:d%3A%5C#MYGIT%5Cndk%5Cjsconfig.json. Detail: file already exists on disk
The text was updated successfully, but these errors were encountered: