[FEATURE] Direct Read + Write feature for VS Code Virtual Workplaces like ABAP File system

Status Open
Maintainer reply None cached
Activity 4 comments · opened Mar 13, 2026

Preflight Checklist

  • [x] I have searched existing requests and this feature hasn't been requested yet
  • [x] This is a single feature request (not multiple features)

Problem Statement

Not able to directly make read write operations from VS Code Claude Extension for Virtual Workplaces (like ABAP File system)

Proposed Solution

Extend the feature to read/write to virtual workplace

Alternative Solutions

_No response_

Priority

Critical - Blocking my work

Feature Category

CLI commands and flags

Use Case Example

_No response_

Additional Context

_No response_

View original on GitHub ↗

4 Comments

noahxp · 5 months ago

+1 for this feature request.

The root cause is that the VS Code extension operates via an embedded CLI/terminal rather than using the vscode.workspace.fs API, so it cannot access any registered FileSystem Provider.

Suggested approach: Have the VS Code extension use vscode.workspace.fs for all file read/write/search operations when running inside VS Code. This would unlock support for every virtual filesystem at once, rather than needing per-provider workarounds.

luisforra · 5 months ago

+1 for this feature request. I'm experiencing the exact same issue with the Oracle SQL Developer Extension for VS Code.
This is a significant limitation for anyone using Claude Code alongside database development extensions in VS Code. Would love to see this prioritized.

ModeratelyGreek · 3 months ago

+1 Overleaf workshop support would be hugely beneficial.

dimdusart · 1 month ago

+1, the official ABAP Development Tools for VS Code from SAP also have this issue when trying to use Claude Code