Skip to content

Commit dc9f1b2

Browse files
committed
Update devcontainer
1 parent 0c5ed32 commit dc9f1b2

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
"streetsidesoftware.code-spell-checker",
1414
"redhat.vscode-yaml",
1515
"akamud.vscode-theme-onedark",
16-
"mechatroner.rainbow-csv"
16+
"mechatroner.rainbow-csv",
17+
"julialang.language-julia",
18+
"ms-toolsai.jupyter"
1719
],
1820
"settings": {
1921
"latex-workshop.latex.external.build.command": "calkit",
@@ -39,6 +41,5 @@
3941
"mounts": [
4042
"source=${localEnv:HOME}/.calkit,target=/home/vscode/.calkit,type=bind,consistency=cached"
4143
],
42-
"postCreateCommand": "conda init bash",
43-
"postStartCommand": "docker pull texlive/texlive:latest-full"
44+
"postCreateCommand": "conda init bash"
4445
}

0 commit comments

Comments
 (0)