mirror of
https://github.com/elastic/kibana.git
synced 2025-04-21 16:29:04 -04:00
## Summary When switching branches in the devcontainer, if the configuration is different from the previous branch or missing entirely, the container can easily get in a bad state or trigger rebuilds. We want the devcontainer to be seamless between branches.
5 lines
225 B
Text
5 lines
225 B
Text
# /bin/bash or /bin/zsh (oh-my-zsh is installed by default as well)
|
|
SHELL=/bin/bash
|
|
# Switch to 1 to enable FIPS environment, any other value to disable,
|
|
# then close and reopen a new terminal to setup the environment
|
|
FIPS=0
|