Skip to content

Commit

Permalink
minor: Update devcontainer remoteUser & name params
Browse files Browse the repository at this point in the history
  • Loading branch information
jordan-gillard committed Jul 15, 2024
1 parent baf038d commit b936304
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Python Dev Container",
"name": "Edgar Dev Container",
"build": {
"dockerfile": "Dockerfile"
},
Expand All @@ -18,5 +18,5 @@
}
},
"postCreateCommand": "poetry install",
"remoteUser": "vscode"
"remoteUser": "edgar"
}

0 comments on commit b936304

Please sign in to comment.