"workbench.startupEditor": "none" does not remove the watermark tips when no editor is opened.

I am trying to customize Cursor just like my VSCode but I can’t seem to find the option or setting to remove all of these in the workbench when no editor is opened.

in contrast, here this is what my VSCode Look like when no editor is open.

I figured out that I need to set up "workbench.startupEditor": "none", in VSCode so whenever I start it up, it displays no editor. However, in Cursor, I cannot set this, even in the settings.json it does not let me.

image