Downloading files and folders should preserve executable bit #112099
Labels
feature-request
Request for new features or functionality
file-explorer
Explorer widget issues
file-io
File I/O
Milestone
Describe the bug
When you download a file from a remote (e.g. Codespaces), attributes such as the executable bit are removed. This is a (somewhat minor) annoyance when you are downloading files such as compiled binaries.
To Reproduce
Steps to reproduce the behavior with Codespaces:
touch foo && chmod +x foo
).chmod +x foo
againExpected behavior
The executable bit should be preserved when downloading files.
https://github.com/microsoft/vssaas-planning/issues/1639
The text was updated successfully, but these errors were encountered: