This repository has been archived on 2023-07-05. You can view files and clone it, but cannot push or open issues/pull-requests.
notes/Terminal Tips/Commands + Settings/Languages/Python/tools/IDEs/VSCode.md

6 lines
453 B
Markdown
Raw Normal View History

2023-07-05 03:05:42 +00:00
This is not meant to be an educational how-to guide on VSCode because there are plenty of resources found within the docs itself on that. Instead, these are just a jumble of tips and tricks that I find useful to collect while I develop so that I don't have to constantly keep searching back again while I code.
---
- Of course, start VSCode through your terminal by `code .` which will instantiate a new VSCode instance directly from that folder.
-