Skip to content

Commit

Permalink
Merge branch 'add-codespaces-config' of https://github.com/jordan-gil…
Browse files Browse the repository at this point in the history
…lard/EDGAR into add-codespaces-config
  • Loading branch information
jordan-gillard authored Jul 15, 2024
2 parents 9956ef0 + b936304 commit 95b6281
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 95b6281

Please sign in to comment.