Skip to content

Commit

Permalink
tweaking devcontainer config
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronpowell committed Jul 10, 2024
1 parent 189eaa1 commit e080bbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@

"remoteUser": "vscode",

"onCreateCommand": "./.devcontainer/post-create.sh > ~/on-create.log",
"postCreateCommand": "./.devcontainer/post-create.sh > ~/on-create.log",

"hostRequirements": {
"memory": "8gb"
}
}

Empty file modified .devcontainer/post-create.sh
100644 → 100755
Empty file.

0 comments on commit e080bbe

Please sign in to comment.