Skip to content

Allow users to download container files#2551

Merged
karolz-ms merged 3 commits intomainfrom
philliphoff-save-files
Dec 9, 2020
Merged

Allow users to download container files#2551
karolz-ms merged 3 commits intomainfrom
philliphoff-save-files

Conversation

@philliphoff
Copy link
Member

Currently users can open (text) files of running containers in the VS Code editor. This change adds a new download command that, like in VS, allows the user to instead extract files from running containers and save them in a user-selected local folder. Multiple files can be downloaded at a given time. If the file already exists in the selected folder, the user will be prompted to skip that file, overwrite that file, or to cancel any remaining download.

Resolves #2466.

@philliphoff philliphoff requested a review from a team as a code owner December 8, 2020 23:05
@philliphoff philliphoff self-assigned this Dec 8, 2020
Copy link
Contributor

@karolz-ms karolz-ms left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall looks great, just minor suggestions/questions

@karolz-ms karolz-ms merged commit 40a528b into main Dec 9, 2020
@karolz-ms karolz-ms deleted the philliphoff-save-files branch December 9, 2020 18:33
@karolz-ms karolz-ms mentioned this pull request Dec 9, 2020
@philliphoff philliphoff added this to the 1.9.0 milestone Dec 9, 2020
Dmarch28 pushed a commit to Dmarch28/vscode-docker that referenced this pull request Mar 4, 2021
* Sketch download of container files.

* Manage existing files during download.

* Updates per PR feedback.
@microsoft microsoft locked and limited conversation to collaborators Oct 27, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Enable downloading files from a running container

2 participants