TIL Different Workstations in VSCode
POSTED ON:
TAGS: vscode
You may be using VSCode as your prefer editor for a lot of different types of projects.
For example:
- For Work
- For Hobby development
- For Open Source
- For Game Projects
- For Blogging
You may also keep a few of them open at the same time.
Your brain takes a few seconds to figure out what you're looking at. Reduce the mental strain by using different theme colors depending on the project.
To set a different theme based on the project:
- File > Settings (or press the gear on the bottom-left corner)
- Switch from "User" settings to "Workspace" settings
- Type 'theme' in the searchbar, and change it.
Related TILs
Tagged: vscode