Skip to main content

In this article

Setup Methods

HVE Core supports multiple setup methods. Choose the approach that fits your environment and workflow. If you want the fastest zero-config path, start with the VS Code extension; if you want MCP setup or bundle selection, use the installer skill from the HVE Installer extension.

Available Methods

MethodBest ForComplexity
VS Code ExtensionQuick start, individual developersLow
Multi-Root WorkspaceTeams with shared configurationMedium
Git SubmodulePinned versions, CI integrationMedium
Peer CloneSide-by-side development and contributionMedium
Mounted WorkspaceContainer and remote environmentsMedium
Git-Ignored CloneLocal-only customizationLow
CodespacesCloud-based developmentLow
CLI PluginsTerminal-first workflowsMedium

Which Method Should You Choose?

Start with the VS Code Extension if you want the fastest path. Move to Multi-Root Workspace or Git Submodule when your team needs shared, version-controlled configuration.

See the Getting Started guide for the recommended onboarding sequence.


🤖 Crafted with precision by ✨Copilot following brilliant human instruction, then carefully refined by our team of discerning human reviewers.