Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuwq0 authored Sep 7, 2024
1 parent 27c3a92 commit 7684fea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,13 @@
"ms-python.python",
"GitHub.copilot",
"GitHub.copilot-chat",
"mechatroner.rainbow-csv"
]
}
"mechatroner.rainbow-csv",
"mathematic.vscode-pdf"
],
"settings": {
"jupyter.defaultKernelSpec": "/home/codespace/.python/current/bin/python"
}
},
"postCreateCommand": "sudo apt-get update && sudo apt-get install -y texlive-xetex texlive-fonts-recommended texlive-plain-generic pandoc && pip install -r requirements.txt"
}
}
Empty file added requirements.txt
Empty file.

0 comments on commit 7684fea

Please sign in to comment.