Releases: EcksDy/vscode-env-switcher
Releases · EcksDy/vscode-env-switcher
v0.5.3-pre
- Fixed esbuild issue
- Fixed webview not responding
- Status bar button now appears only when one workspace is open
v0.5.2
v0.5.1
- Fixed webview not being built.
v0.5.0
- Added UI tree for selecting presets. Currently supports a single workspace.
- Groundwork for multi-root workspace support.
v0.4.3
v0.4.2
v0.4.1
v0.4.0
- 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
.
- Glob pattern for target file. By matches the first found
BREAKING CHANGES
- Removed backup functionality.
- Removed "Show current .env file" from
selectEnvPreset
command options.
v0.3.2
v0.3.1
- 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.