DSH / BUNDLE / CLIENT-UI

dsh-open-in-vscode

v0.1.5omdsh-dev / dsh-open-in-vscode149f21aed3

External Git bundleBundlesUI & client pluginsCommunity · source reviewedConfigurableWeb UI
Runtime anatomy
HOSTCLIENTUITOOLDATAFLOW

Overview

dsh-open-in-vscode

Adds an Open in VS Code action to each workspace row in the DSH web sidebar.

Community · source reviewed — Pinned source contract reviewed. This is not a security audit or official endorsement.

Install

Install this bundle from GitHub

The CLI validates the bundle, invokes native DSH, then reports completion.

npx dshpub add omdsh-dev/dsh-open-in-vscode --ref 149f21aed3d05d2b392206394c4a023e35d694c7

Capabilities

What it contributes

HostCordis loadableConfigurable
Client / UIWeb UI1 contributions
Model tools0None declared
Profile stateconditionalweb

UI contributions

sidebar.workspaces.row-menuOpenInVscodeRow

README / EN

Package documentation

What it adds

A workspace row-menu contribution calls a host Remote that launches the configured editor for the selected directory. It does not expose model tools or read and write workspace files itself.

LIMITATIONS

Known limitations

Requires an editor CLI such as `code` on the host PATH, or an explicit command configuration.