mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-22 11:19:32 +00: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