Skip to content

Commit 850f1c8

Browse files
committed
Add vscode config
1 parent 50e1021 commit 850f1c8

2 files changed

Lines changed: 29 additions & 0 deletions

File tree

.vscode/extensions.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"recommendations": [
3+
"james-yu.latex-workshop",
4+
"iterative.dvc",
5+
"esbenp.pretter-vscode",
6+
"ms-python.vscode-pylance",
7+
"streetsidesoftware.code-spell-checker",
8+
"redhat.vscode-yaml",
9+
"akamud.vscode-theme-onedark",
10+
"mechatroner.rainbow-csv",
11+
"julialang.language-julia",
12+
"ms-toolsai.jupyter"
13+
]
14+
}

.vscode/settings.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"latex-workshop.bibtex-format.tab": "4 spaces",
3+
"latex-workshop.latex.autoBuild.run": "onSave",
4+
"latex-workshop.docker.image.latex": "texlive/texlive:latest-full",
5+
"latex-workshop.docker.enabled": true,
6+
"dvc.doNotShowSetupAfterInstall": true,
7+
"workbench.editorAssociations": {
8+
"*.pdf": "latex-workshop-pdf-hook"
9+
},
10+
"git.autofetch": true,
11+
"cSpell.userWords": [
12+
"calkit",
13+
"Calkit"
14+
]
15+
}

0 commit comments

Comments
 (0)