Skip to content

Visual Studio Code Settings

Jason Lewis edited this page Aug 13, 2021 · 6 revisions

Editor

Font Family

Editor - Font: Family
Example: Set to "Fira Code" if using that font

Explorer

Folder Indent

Workbench - Tree: Indent
Example: Set to 16 for improved readability

Hide Files/Folders

Editor - Files: Exclude
Example: To hide the obj folder, add the pattern "**/obj"

Languages

Enable Emmet in React Components

Emmet: Include Languages Example: Add Item of "javascript" with Value of "javascriptreact"

Clone this wiki locally