I installed Visual Studio Code on Mac/OSX (drop app in Applications) - uninstalled (moved the App to the Trash) - installed again
Since the second time I installed I didn't get the same start screen as during my first install I suppose somewhere in my file system Visual Studio Code writes something?I would like to know where (besides in the Application folder) Visual Studio Code writes files?
jessehouwingMicrosoft's Visual Studio team said it has released an extension for Team Foundation Services that works with Visual Studio Code. The extension allows developers to manage pull requests directly from Git repositories and monitor builds and work items for team projects. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. Download Visual Studio Code to experience a redefined code editor, optimized for building and debugging modern web and cloud applications. Getting started with ASP.NET 5 and Visual Studio Code on a Mac During Build 2015 Microsoft announced a bunch of new tools aimed at helping developers build cross platform applications. Amongst the announcements, they let us know that ASP.NET was now available and ready to run on Mac and Linux natively.
2 Answers
VSCode uses another folder to store settings, including a flag to indicate if welcome should show or not. The folder is:
- Windows: %APPDATA%Code
- Mac: $HOME/Library/Application Support/Code
- Linux: $HOME/.config/Code
Benjamin PaseroBenjamin PaseroI've looked on my wife's mac and can't find a trace of these settings, they're not in any standard folder ($HOME, /Libraries/Preferences, /System/Libraries/Preferences nor /Libraries/Containers).

But to open the original start screen, you can use Help ->Show Welcome.
The settings are stored though, if you run 'defaults read' you will see a number of settings related to vscode mentioned, including the files you had open last time you closed. Since Visual Studio Code uses the GitHub Atom Shell under the hood, you need to read the settings for atom using
which will show you some data stored for the app.
Not the answer you're looking for? Browse other questions tagged visual-studio-code or ask your own question.
Seeing occasional dialogue about mono-sgen32 not optimised for my Mac
in Visual Studio for Mac Under InvestigationXamarin - Android - Saving *.axml file twice does not save the changes
in Visual Studio for Mac Under Investigation.Net Standard project does not show available NuGet package updates (VS 7.3.2 build 12).
in Visual Studio for Mac Fixed - Pending ReleaseVisual Studio Feedback SystemcommentedJul 29, '19
vs2017 for Mac Setup doesn't work, UI shows rectangles/boxes instead of text
in Visual Studio for Mac Under InvestigationHow To Use Visual Studio
Upgrade is problematic, no way to reinstall previous version
in Visual Studio for Mac Under InvestigationRegions does not fold on default
in Visual Studio for Mac Under InvestigationVisual Studio Feedback SystemcommentedJul 26, '19
Horizontal scrolling broken in code editor
in Visual Studio for Mac Under ConsiderationVisual Studio Feedback SystemcommentedJul 30, '19
Unable to get repository signature information for source https://api.nuget.org/Unable to get repository signature information for source
in Visual Studio for Mac Under InvestigationProblem with GoTo Definition and GoTo Implementation
in Visual Studio for Mac Under ConsiderationVisual Studio Feedback SystemcommentedAug 19, '19