initial commit

This commit is contained in:
2025-01-17 05:44:12 +00:00
commit c770ea7373
14 changed files with 4390 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"
}