How to locate and resolve the issue of automatically adding the .txt extension to downloaded files? #6629
Unanswered
GoodPhilipShi
asked this question in
Q&A
Replies: 1 comment 2 replies
-
I am not sure, maybe something about the mime type? It is probably an upstream issue. Does this reproduce in Codespaces or vscode.dev? If so I would recommend asking https://github.com/microsoft/vscode, they will know more. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I deployed a code-server service using Docker and accessed it through the Chrome browser.
code-server: v4.8.3
Code: 1.72.1
When I download a file without an extension, such as filename1, it is successfully downloaded but the file name is changed to filename1.txt.
Why is the .txt extension automatically added?
Where can I find the download file logs and how can I locate and resolve this issue?"
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions