basic setup

This commit is contained in:
2024-07-07 13:21:29 +00:00
commit 264dc0448a
22 changed files with 5498 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"name": "latex-in-docker-on-vscode",
"dockerComposeFile": "docker-compose.yml",
"customizations": {
"vscode": {
"extensions": [
"james-yu.latex-workshop",
],
"settings": {
"terminal.integrated.shell": "/bin/bash"
},
}
},
"service": "texlive-ja",
"workspaceFolder": "/workdir",
"shutdownAction": "stopCompose"
}