My VS Code Settings

Visual, Performance, and Functional Settings

You can find my favorite settings that make my life easier.

settings.json

JSON
{ 
   "editor.smoothScrolling": true, 
   "editor.cursorSmoothCaretAnimation": true 
 }

Runtime Arguments

JSON
}
	"disable-hardware-acceleration": true
}

Leave a Reply

Your email address will not be published. Required fields are marked *