Closed rpodcast closed 2 years ago
In a specific repo's dev container settings I was able to get it working. Add this to the settings
block of devcontainer.json
:
"terminal.integrated.profiles.linux": {
"fish": {
"path": "/usr/bin/fish"
}
},
"terminal.integrated.defaultProfile.linux": "fish",
Within the settings section of
devcontainer.json
I configured the default shell of the container using this:"terminal.integrated.shell.linux": "/usr/bin/fish"
. In recent updates to VS Code, this setting became deprecated. From the lint output: