VisualStudioCode: Difference between revisions
| Line 18: | Line 18: | ||
cd <ROOT_FOLDER> | cd <ROOT_FOLDER> | ||
code . | code . | ||
===Select Python Interpreter=== | |||
CRTL + SHIFT + P | |||
===Working with Python Virtual Environments=== | ===Working with Python Virtual Environments=== | ||
see [https://code.visualstudio.com/docs/python/environments here] | see [https://code.visualstudio.com/docs/python/environments here] | ||
Revision as of 15:12, 6 December 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 .
Select Python Interpreter
CRTL + SHIFT + P
Working with Python Virtual Environments
see here