Skip to content

Commit

Permalink
Merge pull request #1 from tomoyanonymous/master
Browse files Browse the repository at this point in the history
Add vscode default shell setting
  • Loading branch information
nukopy authored Jun 19, 2021
2 parents 33f665a + 58d18d2 commit d59d9cf
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 d59d9cf

Please sign in to comment.