Skip to content

Releases: metalbear-co/mirrord-vscode

3.57.1

21 Feb 12:36
a3a3221
Compare
Choose a tag to compare

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

22 Jan 20:38
9604fd2
Compare
Choose a tag to compare

3.57.0 - 2024-01-22

Added

  • add more matches to mirrord schema

Changed

  • Add Discord to the menu

3.56.1

05 Jan 13:56
7106560
Compare
Choose a tag to compare

Internal changes only.

3.56.0

05 Jan 12:45
c3e8e10
Compare
Choose a tag to compare

3.56.0 - 2024-01-05

Changed

  • Changed notifications when loading config file to be less confusing.
    #29
  • npm update

3.55.3

22 Dec 12:00
e0102f1
Compare
Choose a tag to compare

3.55.3 - 2023-12-22

Fixed

  • Fixed dependencies for E2E test and the extension.

3.55.2

21 Dec 20:14
b93110c
Compare
Choose a tag to compare

Changed

  • Removed waitlist registration action, added mirrord for Teams action.

3.55.1

10 Dec 10:36
3dffe16
Compare
Choose a tag to compare

3.55.1 - 2023-12-10

Fixed

  • Fix error when loading into Windows VSCode and improve binary fetching code

3.55.0

08 Dec 18:55
66caadc
Compare
Choose a tag to compare

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

10 Oct 16:36
c3f1661
Compare
Choose a tag to compare

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

27 Sep 15:56
463b2e3
Compare
Choose a tag to compare

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