Skip to content

Commit

Permalink
vscode設定追加しとく
Browse files Browse the repository at this point in the history
  • Loading branch information
kounoike committed Mar 26, 2023
1 parent bf04a1d commit abca435
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"dockerComposeFile": "docker-compose.yml",
"service": "devcontainer",
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}"
// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
// Use 'forwardPorts' to make a list of ports inside the container available locally.
Expand All @@ -16,4 +16,12 @@
// "customizations": {},
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
,
"customizations": {
"vscode": {
"extensions": [
"github.vscode-pull-request-github"
]
}
}
}

0 comments on commit abca435

Please sign in to comment.