Skip to content

Commit

Permalink
Attempt to resolve default shell issue in devcontainers (dataplat#8837)
Browse files Browse the repository at this point in the history
  • Loading branch information
potatoqualitee authored Apr 4, 2023
1 parent 9c9bb48 commit 4d09cc7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,17 @@
"streetsidesoftware.code-spell-checker"
],
"settings": {
"powershell.powerShellAdditionalExePaths": {
"PowerShell": "/opt/microsoft/powershell/7/pwsh"
},
"powershell.powerShellDefaultVersion": "PowerShell",
"terminal.integrated.profiles.linux": {
"pwsh": {
"path": "/opt/microsoft/powershell/7/pwsh",
"icon": "terminal-powershell"
}
},
"terminal.integrated.shell.linux": "pwsh",
"terminal.integrated.defaultProfile.linux": "pwsh"
}
}
Expand Down

0 comments on commit 4d09cc7

Please sign in to comment.