vscode-compat

Run VS Code extensions in Orchestra IDE via API shimming.

3|1|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/orchestra-mcp/framework --skill vscode-compat
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vscode-compat
Source: https://github.com/orchestra-mcp/framework/tree/main/.claude/skills/vscode-compat
Command: npx skills add https://github.com/orchestra-mcp/framework --skill vscode-compat

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables the use of existing VS Code extensions within the Orchestra environment, bridging the gap between the two ecosystems and leveraging a vast library of editor tools.

Core Features & Use Cases

  • LSP & DAP Support: Seamlessly integrates Language Server Protocol (LSP) and Debug Adapter Protocol (DAP) extensions for enhanced language intelligence and debugging.
  • Theme Migration: Allows VS Code themes to be applied within Orchestra, maintaining a consistent visual experience.
  • API Shim: Provides a compatibility layer (@orchestra/vscode-compat) that translates VS Code API calls to Orchestra equivalents.
  • Use Case: Developers can continue using their favorite VS Code extensions for code completion, linting, debugging, and theming directly within the Orchestra IDE without needing to find or build entirely new tools.

Quick Start

Migrate a VS Code extension by replacing its import statements to use '@orchestra/vscode-compat'.

Frequently Asked Questions about vscode-compat

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run VS Code extensions in a different IDE?

You can run VS Code extensions in Orchestra by replacing their import statements to use the @orchestra/vscode-compat package, which provides an API shim translating VS Code API calls to Orchestra equivalents.

Can I use VS Code themes and LSP extensions in Orchestra?

Yes, you can use VS Code themes and LSP extensions in Orchestra. The compatibility layer supports theme migration for visual consistency and integrates Language Server Protocol extensions for code intelligence.

Does VS Code compatibility support Debug Adapter Protocol extensions?

Yes, VS Code compatibility in Orchestra supports Debug Adapter Protocol (DAP) extensions. The compatibility layer integrates DAP extensions to enable debugging within the Orchestra environment.

What is the best way to migrate a VS Code extension to Orchestra?

The best way to migrate a VS Code extension to Orchestra is by replacing its import statements to use the @orchestra/vscode-compat package, which bridges the API gap between the two environments.

Why do I need an API shim for VS Code extensions?

You need an API shim to translate VS Code API calls to Orchestra equivalents, allowing extensions designed for VS Code to function correctly without requiring entirely new tooling.