Skip to content

Commit

Permalink
add vscode default shell setting
Browse files Browse the repository at this point in the history
  • Loading branch information
tomoyanonymous committed Jun 18, 2021
1 parent 33f665a commit 58d18d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"dockerComposeFile": "docker-compose.yml",
"extensions": ["lfs.vscode-emacs-friendly", "james-yu.latex-workshop"],
"service": "texlive-ja",
"settings": {
"terminal.integrated.shell": "/bin/bash"
},
"workspaceFolder": "/workdir",
"shutdownAction": "stopCompose"
}

0 comments on commit 58d18d2

Please sign in to comment.