VisualStudioCode

From Wiki RB4
Revision as of 15:31, 12 November 2025 by UweHeuer (talk | contribs) (→‎Operation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Concept

Visual Studio Code (VSC)

Configuration

Debugging

  • in /.vscode/launch.json there are the debug configurations which can selected by

Installation

AWS Toolkit Extension

installed 'AWS Toolkit' via side menu 'extensions'

Chrome Debugger

  • installed Debugger for Chrome via side menu 'extensions'

Operation

Command Palette

  • CTRL+ SHIFT + P

(Un-)Comment Block

  • CTRL+K+C/U

Extension Installation Window

  • CTRL + SHIFT + X

Add Project to Workspace Window

  • right click in empty part of Workspace window -> Add folder to Workspace

Open Angular Project

cd <ROOT_FOLDER>
code .

Select Python Interpreter

CRTL + SHIFT + P

Working with Python Virtual Environments

see here

Format a JSON File

  • SHIFT + ALT + F

Compare Files

  • Open the Command Palette by Ctrl + Shift + P
  • type 'compare active file with'
  • select