mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-27 05:05:10 +00:00
* option to disable encryption of keys Avoids issue of token invalidation when switching machines with a shared home directory, as suggested by @connor4312 in https://github.com/microsoft/vscode-remote-release/issues/8110#issuecomment-1452270922 Fixes #8110 * Update cli/src/auth.rs Co-authored-by: Connor Peet <connor@peet.io> * Change variable to VSCODE_CLI_DISABLE_KEYCHAIN_ENCRYPT Co-authored-by: Connor Peet <connor@peet.io> --------- Co-authored-by: Connor Peet <connor@peet.io>