Everytime I open Visual Studio Code, the app loads up and randomly opens a file called "Untitled-1" which contains the following snippet of code:
<?php phpinfo(); I want to open up Visual Studio Code without it opening any file at all at load. I just want the window to open with nothing loaded. I've set all of these settings, but it still happens.
"window.reopenFolders":"none", "window.openFilesInNewWindow":"off", "window.openFoldersInNewWindow":"off" Is there a way to achieve this?