getcursor / cursor

The AI-powered code editor
https://cursor.sh
20.56k stars 1.38k forks source link

"workbench.startupEditor" is not available as a configuration #1478

Open victormaricato opened 4 weeks ago

victormaricato commented 4 weeks ago

As a user, I don't want to reopen the last editor/workspace but open in a new plain text file. For me, this is useful both for comfort (I don't get 100 tabs opened as soon as I start coding) and note-taking (sometimes I use the code editor for very quick notes or text editing).

In VSCode, this is achieved through the workbench.startupEditor" config. In Cursor, this is not available.

I am not sure if this is a feature request or a bug.

1) If you can, please include a screenshot of your problem

image

2) Please include the name of your operating system

MacOS Sonoma

3) If you can, steps to reproduce are super helpful

  1. Add "workbench.startupEditor": "newUntitledFile", to your JSON config.