Skip to main content

Detailed text description: VS Code Server architecture

This page describes the VS Code Server architecture image.

Overview

The image represents VS Code Server running directly inside a Codesphere workspace environment.

Main relationships shown

  1. Browser access:
  • A user opens VS Code Server in a browser tab.
  • The interface provides the familiar VS Code editor experience.
  1. Workspace runtime:
  • VS Code Server executes inside the same workspace pod as the Codesphere IDE.
  • It does not require separate remote tunnel setup.
  1. Shared filesystem:
  • The editor and application runtime use the same mounted workspace filesystem.
  • Code edits are immediately available to running processes without file transfer.
  1. Platform controls:
  • The workspace lifecycle is managed by Codesphere resource controls.
  • Access is protected by platform domain and authorization controls.

Key takeaway

VS Code Server is integrated into the existing workspace runtime and storage model, enabling full remote editing with immediate effect on application files.