VisualStudioCode: Difference between revisions
| Line 3: | Line 3: | ||
==Installation== | ==Installation== | ||
===AWS Toolkit Extension=== | |||
installed via side menu 'extensions' [[File:vsc_1.JPG|400px]] | |||
===Chrome Debugger=== | ===Chrome Debugger=== | ||
* installed Debugger for Chrome via side menu 'extensions' | * installed Debugger for Chrome via side menu 'extensions' [[File:vsc_1.JPG|400px]] | ||
==Operation== | ==Operation== | ||
Revision as of 17:02, 6 February 2022
Concept
Visual Studio Code (VCS)
Installation
AWS Toolkit Extension
installed via side menu 'extensions'
Chrome Debugger
Operation
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