Releases: metalbear-co/mirrord-vscode
Releases · metalbear-co/mirrord-vscode
3.64.0
3.64.0 - 2024-12-19
Added
- Added an option to control mirrord status bar button visibility.
#157
Fixed
- Added debugger port detection type for node's
--inspect
, --inspect-wait
and --inspect-brk
flags.
3.63.0
3.63.0 - 2024-11-20
Added
- Setting
MIRRORD_ACTIVE=0
environment variable will explicitly disable
mirrord for the run configuration.
3.62.1
3.62.1 - 2024-10-02
Internal
- Pinned worker to
ubuntu-24.04
, changed towncrier check to run inside uv
,
fixed E2E test suite.
3.62.0
Changed
- Do not sort targets when showing them to the user, they come pre-sorted from
mirrord ls. #147
3.61.0
3.61.0 - 2024-08-16
Added
- Add the option for mirrord to be enabled by default on startup by setting
mirrord.enabledByDefault
#131
Fixed
- Fixed an issue where
mirrord.autoUpdate
set to an empty string prevented
the extension from downloading mirrord binary. Improved notifications related
to auto update.
#144
3.60.2
3.60.2 - 2024-08-12
Changed
- Updated CI actions to v4.
3.60.1
3.60.1 - 2024-07-31
Fixed
- Accept config type debugpy for detecting debugger port
#137
3.60.0
3.60.0 - 2024-07-05
Added
- Users will be invited to join the Discord server after 10 usages
#114
- Support for debugpy current file debugging on macOS.
#132
Fixed
- When the plugin detects operator usage it stops proposing mirrord for Teams
to the user.
#120
3.59.0
3.59.0 - 2024-05-16
Added
- Users can now specify MIRRORD_ACTIVE=1 in run configuration's environment
variable to explicitly enable mirrord regardless of the button status
#122
3.58.0
Added
- Handle new mirrord -> IDE message type IdeMessage. Add env to be backward
compatible. #100
- Notify user on license validity.
#382
- support unset env feature part of
metalbear-co/mirrord#2260