We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04dcb61 commit eb46d87Copy full SHA for eb46d87
1 file changed
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
## Unreleased
4
5
+### Added
6
+
7
+- Session tokens are now stored in the OS keyring (Keychain on macOS, Credential Manager on
8
+ Windows) instead of plaintext files, when using CLI >= 2.29.0. Falls back to file storage on
9
+ Linux, older CLIs, or if the keyring write fails. Controlled via the `coder.useKeyring` setting.
10
11
## [v1.13.0](https://github.com/coder/vscode-coder/releases/tag/v1.13.0) 2026-03-03
12
13
### Added
0 commit comments