VisualStudioCode: Difference between revisions
| Line 1: | Line 1: | ||
==Concept== | |||
Visual Studio Code (VCS) | |||
==Installation== | ==Installation== | ||
===Chrome Debugger=== | ===Chrome Debugger=== | ||
Revision as of 10:41, 27 October 2021
Concept
Visual Studio Code (VCS)
Installation
Chrome Debugger
- installed Debugger for Chrome via side menu 'extensions'
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 .