Releases: metalbear-co/mirrord-vscode
Releases · metalbear-co/mirrord-vscode
3.57.1
3.57.1 - 2024-02-21
Changed
- Schema now uses latest released and not from main branch
Fixed
- Fixed available configs list (displayed when setting active config) to
include files located in *.mirrord
directories.
- Fixed debugger not attaching when running Flask apps
3.57.0
3.57.0 - 2024-01-22
Added
- add more matches to mirrord schema
Changed
3.56.0
3.56.0 - 2024-01-05
Changed
- Changed notifications when loading config file to be less confusing.
#29
- npm update
3.55.3
3.55.3 - 2023-12-22
Fixed
- Fixed dependencies for E2E test and the extension.
3.55.2
Changed
- Removed waitlist registration action, added mirrord for Teams action.
3.55.1
3.55.1 - 2023-12-10
Fixed
- Fix error when loading into Windows VSCode and improve binary fetching code
3.55.0
3.55.0 - 2023-12-08
Added
- Add option to disable auto-update.
#62
- Added source identifier to waitlist register
Fixed
- Passes the
launch.json
env
section to mirrord verify-config
, resolving
config options that were set as env vars.
#70
- mirrord now shows an error notification when the user tries to use it with an
attach
launch configuration.
3.54.1
Fixed
- Uses the
verify-config --ide
flag now to signal mirrord we're in an IDE
context. Changes isTargetSet
to check for both null
and undefined
.
#72
3.54.0
Added
- Use mirrord verify-config to validate a config file before proceeding with
mirrord execution.
#57
Changed
- Use resolveDebugConfigurationWithSubstitutedVariables to resolve vscode
variables in paths.
#63