- Now works in Restricted Mode in an untrusted workspace.
- Configured to additionally package as a Web Extension so that the extension will work when VS Code is running in a browser (e.g. github.dev).
- Removed warning when not using
autoDetectColorScheme
. Removed the original functionality on Windows to track the system light/dark setting (must now use the built-in method instead).
- As VS Code now includes a built-in option to match OS theme, refocussed extension on toggling the theme. Added prompt to change built-in setting. Added small status-bar icon for theme toggle.
- Published release.
- Change "extensionKind" to newer array
["ui"]
, rather than old string"ui"
, with the new meaning that the extension must run locally. Fixes issue when the only window open is in a remote session.
- Internal changes to prepare for a possible future standardized/cross-platform way to detect system dark mode changes.
- Robustly handles multiple/rapid dark mode switches.
- Uses status bar for information rather than information messages.
- No delay between switching and the confirmation message.
- Minor documentation tweaks
- Initial release