Skip to content

Commit

Permalink
chore: Add "codespaces" to "customizations"
Browse files Browse the repository at this point in the history
  • Loading branch information
hankei6km committed Dec 16, 2023
1 parent e14e3e9 commit 3917ebd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@
]
},
"extensions": ["mads-hartmann.bash-ide-vscode"]
},
"codespaces": {
"settings": {
"json.schemas": [
{
"fileMatch": ["*/devcontainer-feature.json"],
"url": "https://raw.githubusercontent.com/devcontainers/spec/main/schemas/devContainerFeature.schema.json"
}
]
},
"extensions": ["mads-hartmann.bash-ide-vscode"]
}
},
"features": {
Expand Down

0 comments on commit 3917ebd

Please sign in to comment.