Skip to content

Commit

Permalink
fix: root devcontainer config
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
sgammon authored Oct 10, 2023
1 parent 1ebcf0b commit c0a54d3
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion .devcontainer/dev/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "elide",
"name": "Elide: Dev (Engineering Team)",
"build": {
"dockerfile": "Dockerfile"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"customizations": {
"codespaces": {
"openFiles": [
".devcontainer/elide/README.md"
".devcontainer/README.md"
]
},
"vscode": {
Expand Down

0 comments on commit c0a54d3

Please sign in to comment.