Skip to content

Releases: EcksDy/vscode-env-switcher

v0.5.3-pre

06 Jan 23:32
Compare
Choose a tag to compare
  • Fixed esbuild issue
  • Fixed webview not responding
  • Status bar button now appears only when one workspace is open

v0.5.2

20 Dec 18:51
f208df2
Compare
Choose a tag to compare
  • Issue with tests falsly reporting success on CI/CD.
  • Issue with esbuild bundler.
  • VSC Marketplace cannot unpublish versions, so this is a workaround to remove the 0.5.0 and 0.5.1 versions.
    Rolled back to 0.4.3.

v0.5.1

19 Dec 23:17
Compare
Choose a tag to compare
  • Fixed webview not being built.

v0.5.0

19 Dec 22:49
Compare
Choose a tag to compare
  • Added UI tree for selecting presets. Currently supports a single workspace.
  • Groundwork for multi-root workspace support.

v0.4.3

11 Aug 13:55
50152be
Compare
Choose a tag to compare
  • Added an optional alert that will pop up when the user is about to overwrite a target file.
  • Added the absolute path of the preset in the quick pick list, to help distinguish between presets with the same name.

v0.4.2

11 Aug 10:54
5a30027
Compare
Choose a tag to compare
  • Fixed file paths not parsing correctly on windows.

v0.4.1

29 Jul 11:05
a4d13b0
Compare
Choose a tag to compare
  • Added husky precommit hook to format and lint staged files.

v0.4.0

29 Jul 10:25
1f65fa1
Compare
Choose a tag to compare
  • Changing a selected preset file, will now update the target file.
  • Added the following settings:
    • Glob pattern for target file. By matches the first found .env in the workspace.
    • Exclude glob pattern for target file. By default excludes anything in node_modules.
    • Glob pattern for preset files. By matches anything anywhere with a .env extension.
    • Exclude glob pattern for target file. By default excludes anything in node_modules.

BREAKING CHANGES

  • Removed backup functionality.
  • Removed "Show current .env file" from selectEnvPreset command options.

v0.3.2

08 Aug 21:43
d91c7b8
Compare
Choose a tag to compare
  • Fixed write files paths for linux.

v0.3.1

28 Jul 13:27
16560d0
Compare
Choose a tag to compare
  • Added configuration to disable the backup function.
  • Added commands to clear .env backups.
  • Added status bar button position configuration.
  • Added regex matching and display color configurations for warnings.
  • Added glob configuration to locate presets.
  • Updated README.md.