Skip to content
All docs
Extensions

Installing extensions

Your favorite VS Code extensions work in Arshas out of the box.

Arshas is compatible with the VS Code extension ecosystem. Language servers, linters, debuggers, and tooling extensions install and behave exactly as you expect.

Installing

Open the Extensions view (⇧⌘X), search, and install — the flow is identical to VS Code. If you imported settings during onboarding, your extensions were already installed for you.

Extensions can also be installed from the command line, which is handy for provisioning scripts and dotfiles:

arshas --install-extension dbaeumer.vscode-eslint
arshas --install-extension esbenp.prettier-vscode

Workspace recommendations

Repositories with an .vscode/extensions.json get the standard “recommended extensions” prompt for every teammate who opens the project. This is the easiest way to keep a team’s tooling in sync — no Arshas-specific configuration required.

More in Extensions