vscode-docker-ws icon indicating copy to clipboard operation
vscode-docker-ws copied to clipboard

Docker WorkSpace for VSCode

Docker FileSystem Extension for Visual Studio Code (deprecated)

Note: This extension has been deprecated in favor of the Remote - Contaners.


This extension makes enabled to add folder inside a running docker using FileSystemProvider API to workspace.

Sorry, this is for Linux Container Only.

Feature

Add Folder in Docker to Workspace

Run a docker container.
Select Command Pallet[F1] -> dockerws: Add Folder to Workspace.
Next, choose docker container.
Next, select folder path to open. Finally docker folder added.

Preview

Save workspace

Menu "Save Workspace As..." saves workspace settings file like:

{
    "folders": [{
        "uri": "docker://########/",
        "name": ". | centos (*******)"
    }]
}

where ######## is the container id. Uri scheme "docker" activates this extension.

You can Open WorkSpace this file.

Installation

In Command Pallet[F1], paste and go following command

ext install vscode-docker-ws

Configuration

DockerWS: Host

Remote Docker Host host:port

If this is set to blank and Microsoft Docker Extension's Docker: Host is set, use the latter.

If both are set to blank, use DOCKER_HOST environment variable.

License

MIT