File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments