Skip to content

Latest commit

 

History

History
71 lines (50 loc) · 4.13 KB

File metadata and controls

71 lines (50 loc) · 4.13 KB

Installing Visual Studio Code

Windows

This guide shows how to install Visual Studio Code (VSCode) on Windows environments.

Downloading Open your browser and grab the installer from here.
Select the User Installer for your environment (e.g. 64 bit). It can be installed on the OfficeLaptop without admin rights.
vscodeinstall_01

Download the installer file to the desired path:
vscodeinstall_02
vscodeinstall_03

Installing Start installation by executing the User Installer.
vscodeinstall_04
Ignore the warning and accept the license aggreement:
vscodeinstall_05
vscodeinstall_06

Select the installation directory:
vscodeinstall_07
vscodeinstall_08

Select the options according to your preferences and install:
vscodeinstall_09
vscodeinstall_10
vscodeinstall_11
vscodeinstall_12

The installation is finished and Visual Studio Code is now ready to use:
vscodeinstall_13

For additional information on Visual Studio Code please also refer to the official vendor website.

Linux

In case of Ubuntu it is recommended to install from within the graphical software center.
Guidance on other Linux distributions can be found on this website.

Up to Preparing

Extensions

After completing the installation, please start Visual Studio Code for adding Extensions.

Click on the left bar to open the Extension section.
ExtensionSection
Type the respective Extension's name into the Search bar for searching the wished Extension.
SearchBar
Click on the blue "install" button of the wished Extension for starting its installation.
InstallButton

Repeat this procedure for all required Extensions and the recommended Extensions you wish.

Required Extensions

  • GitHub Pull Requests and Issues: used to create branches from issues and also pull requests directly from within VSCode
  • PlantUML: Required for sketching communication or action sequences
  • YAML: Required for YAML syntax support
  • OpenAPI (Swagger) Editor: Required for real-time validation of the OpenApiSpecification

Recommended Extensions

  • Todo Tree: management of TODOs (or other keywords if configured) found in the workspace (highlighting, TODO lists etc.)
  • GitLens: code authorship visualisation and seamless navigation of Git repositories

<- Back to Installing Git - - - Up to Preparing for Specifying Applications - - - Ahead to Connecting VSCode with GitHub ->