mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-15 12:51:00 +01:00
6456f85788
This commit adds the --user-data-dir argument which allows a custom data dir for Chromium's user data. This is useful when running as root on Linux since the root user does not have read or write permissions for the ~/.config/Code dir. Part of #3068