mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-11 02:08:52 -06:00
* cli: store cli in user data dir, separate per quality Fixes #181017 On first run, the `~/.vscode-cli` will be migrated inside the user data dir of the currently running quality. * use create_dir_all instead * clippy fixes