VisualStudioCode: Difference between revisions

From Wiki RB4
Line 1: Line 1:
==Concept==
==Concept==
Visual Studio Code (VCS)
Visual Studio Code (VCS)
==Configuration==
===Debugging===
* in <code>/.vscode/launch.json</code> there are the debug configurations which can selected by [[File:vcs1.jpg|400px]]


==Installation==
==Installation==

Revision as of 13:32, 12 January 2023

Concept

Visual Studio Code (VCS)

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

(Un-)Comment Block

  • CTRL+K+C/U

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