skip to Main Content

I want to use vscode instead of notepad. I prefer to type as fast as possible when launching vscode but i can’t seem to find this option to do this. Does anyone know what this option is named after or if it’s possible with a plugin?

2

Answers


  1. Chosen as BEST ANSWER

    Thanks to Torge Rosendahl whose comment provided the answer:

    The setting you are looking for is workbench.startupEditor


  2. This can by making a small tweak in vscode settings. All you need to do is open preferences and search for Startup editor. Under the Workbench section you’ll find the Workbench: Startup Editor option. Change the value of this option to newUntitledFile.

    enter image description here

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search