Search notes:

Visual Studio Code: User data directory

The default location of the user data directory of Visual Studio Code is dependent on the platform:
%APPDATA%\Code Windows
$HOME\.config\Code Linux
$HOME\Library\Application Support\Code macOS
A custom location can be chosen with the code command line option --user-data-dir.
The arguably most interesting subdirectory of the user data directory is User which stores files such as

Index