Skip to content

Commit

Permalink
Merge pull request #223 from yosupo06/refactor/devcontainer
Browse files Browse the repository at this point in the history
add github actions plugin
  • Loading branch information
yosupo06 authored Jul 15, 2024
2 parents 8c391ad + 4fc52dc commit ce07c06
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,11 @@
"remoteEnv": {
"PROTO_PATH": "/home/vscode/library-checker-judge/api/proto"
},
"customizations": {}
"customizations": {
"vscode": {
"extensions": [
"GitHub.vscode-github-actions"
]
}
}
}

0 comments on commit ce07c06

Please sign in to comment.