SharpClaw.Modules.VSCodeEditor
0.1.2-alpha
dotnet add package SharpClaw.Modules.VSCodeEditor --version 0.1.2-alpha
NuGet\Install-Package SharpClaw.Modules.VSCodeEditor -Version 0.1.2-alpha
<PackageReference Include="SharpClaw.Modules.VSCodeEditor" Version="0.1.2-alpha" />
<PackageVersion Include="SharpClaw.Modules.VSCodeEditor" Version="0.1.2-alpha" />
<PackageReference Include="SharpClaw.Modules.VSCodeEditor" />
paket add SharpClaw.Modules.VSCodeEditor --version 0.1.2-alpha
#r "nuget: SharpClaw.Modules.VSCodeEditor, 0.1.2-alpha"
#:package SharpClaw.Modules.VSCodeEditor@0.1.2-alpha
#addin nuget:?package=SharpClaw.Modules.VSCodeEditor&version=0.1.2-alpha&prerelease
#tool nuget:?package=SharpClaw.Modules.VSCodeEditor&version=0.1.2-alpha&prerelease
SharpClaw.Modules.VSCodeEditor
SharpClaw.Modules.VSCodeEditor adds SharpClaw tools for a connected VS Code
workspace. The module defines file, selection, diagnostics, diff, build, and
terminal actions, then forwards each action through the shared editor bridge
instead of reading or writing workspace files directly from the SharpClaw host.
Install this package with SharpClaw.Modules.EditorCommon. At runtime the
module requires the common module's editor_bridge and editor_session
protocol contracts so it can resolve the selected editor session and deliver
the request to the VS Code extension that owns the workspace.
The module checks that a connected session is a VS Code session before it sends an action. If the selected session belongs to a different editor, execution stops with a clear error so the caller can use the matching editor module.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.1.2-alpha | 58 | 7/5/2026 |
| 0.1.1-alpha | 2,628 | 7/5/2026 |
| 0.1.0-beta | 58 | 5/20/2026 |