How To Use Visual Studio Code For Mac

  1. How To Use Visual Studio
  2. How To Use Visual Studio Code For C++ On Mac
  3. Git
Active4 years, 4 months ago

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?

jessehouwing
74.2k15 gold badges176 silver badges256 bronze badges
user1135780user1135780

Microsoft'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
ForBenjamin PaseroBenjamin Pasero
53.4k10 gold badges66 silver badges49 bronze badges

I'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).

C++

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.

Community
jessehouwingjessehouwing
74.2k15 gold badges176 silver badges256 bronze badges

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 Investigation

Xamarin - 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 Release

Visual 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 Investigation

How To Use Visual Studio

Upgrade is problematic, no way to reinstall previous version

in Visual Studio for Mac Under Investigation

Regions does not fold on default

in Visual Studio for Mac Under Investigation

Visual Studio Feedback SystemcommentedJul 26, '19

Horizontal scrolling broken in code editor

in Visual Studio for Mac Under Consideration

Visual 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 Investigation

Problem with GoTo Definition and GoTo Implementation

in Visual Studio for Mac Under Consideration

Visual Studio Feedback SystemcommentedAug 19, '19

AXML changes not actually saving to file or triggering a 'Updating Resources...' action

in Visual Studio for Mac Under Investigation

How To Use Visual Studio Code For C++ On Mac

Intellisense stops working with new editor

in Visual Studio for Mac Under Investigation

Git

Selected option in autocomplete is blank

in Visual Studio for Mac Fixed - Pending Release

Comments are closed.