Skip to content

Commit 546d8c2

Browse files
committed
Update devcontainer
1 parent 380d7b9 commit 546d8c2

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"ms-python.vscode-pylance",
1313
"streetsidesoftware.code-spell-checker",
1414
"redhat.vscode-yaml",
15-
"akamud.vscode-theme-onedark"
15+
"akamud.vscode-theme-onedark",
16+
"mechatroner.rainbow-csv"
1617
],
1718
"settings": {
1819
"latex-workshop.latex.external.build.command": "calkit",
@@ -27,10 +28,17 @@
2728
"redhat.telemetry.enabled": true,
2829
"window.menuBarVisibility": "classic",
2930
"workbench.colorTheme": "Atom One Dark",
30-
"editor.minimap.enabled": false
31+
"editor.minimap.enabled": false,
32+
"cSpell.userWords": [
33+
"calkit",
34+
"Calkit"
35+
]
3136
}
3237
}
3338
},
39+
"mounts": [
40+
"source=${localEnv:HOME}/.calkit,target=/home/vscode/.calkit,type=bind,consistency=cached"
41+
],
3442
"postCreateCommand": "conda init bash",
3543
"postStartCommand": "docker pull texlive/texlive:latest-full"
3644
}

0 commit comments

Comments
 (0)