Skip to content
Snippets Groups Projects
Forked from R3 / school / courses
3 commits behind, 12 commits ahead of the upstream repository.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.

Visual Studio Code - Graphical User Interface (GUI)

GUI for VS code

Visual Studio Code - Graphical User Interface (GUI)

  • Activity Bar - Located on the left side, this lets you switch between views and gives you additional context-specific indicators, like the number of changes when Git is enabled.
  • Side Bar - Contains information to assist while working on your project.
  • Editor - The main area to edit files. You can open as many editors as you like side by side vertically and horizontally.
  • Panels - You can display different panels below the editor region for output or debug information, errors and warnings, or an integrated terminal.
  • Status Bar - Information about the opened project and the files you edit.

Source: VS code documentation