592 B
592 B
VS Code Tips
Workspaces
- A workspace saves multiple folders open together in one window
- File → Add Folder to Workspace → add as many as needed
- File → Save Workspace As → saves as
.code-workspacefile - Double-click the
.code-workspacefile to restore everything - Useful when you constantly switch between project and notes
VS Code on EndeavourOS
Installation
- Do NOT use
codefrom pacman — open-source rebuild, known stability issues - Use AUR version:
yay -S visual-studio-code-bin - This is the official Microsoft binary — stable and feature-complete