What is the default value for the --user-data-dir argument for VSCode on macOS?

Viewed 121

I have an issue with VSCode that seems to get fixed if I specify a custom --user-data-dir argument. So I'd like to figure out what file in the user-data-dir is causing my issue. Or at least just delete my entire user-data-dir. Where can I find the default user data dir?

1 Answers

The path you're looking for is:

~/Library/Application Support/Code

or

/Users/YourName/Library/Application Support/Code

If you delete this folder it will be as if you provide a completely new --user-data-dir argument.

Related