Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kogepanh committed Dec 31, 2021
1 parent d32725f commit d8bfd03
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 34 deletions.
10 changes: 5 additions & 5 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "ubuntu-texlive-ja",
"dockerComposeFile": "docker-compose.yml",
"extensions": [
"formulahendry.terminal",
"james-yu.latex-workshop"
],
"settings": {
"files.autoSave": "off"
},
"extensions": ["formulahendry.terminal", "james-yu.latex-workshop"],
"service": "ubuntu-texlive-ja",
"workspaceFolder": "/workdir",
"shutdownAction": "stopCompose"
}
}
28 changes: 0 additions & 28 deletions .github/workflows/release.yml

This file was deleted.

1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
- Visual Studio Code
- VS Code 拡張機能
- [Remote - Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) (ms-vscode-remote.remote-containers)
- [LaTeX Workshop](https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshop) (james-yu.latex-workshop)

## 実行

Expand Down

0 comments on commit d8bfd03

Please sign in to comment.