Skip to content

Commit

Permalink
Try to fix devcontainer setup
Browse files Browse the repository at this point in the history
  • Loading branch information
joern-lang-studitemps committed May 21, 2024
1 parent 16e47a3 commit 05ec59b
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,17 @@
"remoteEnv": {
"HEROKU_API_KEY": "${localEnv:FINOPSTECH_BOT_HEROKU_CLI_TOKEN}"
},
"onCreateCommand": ".devcontainer/bin/onCreateCommand",
"updateContentCommand": ".devcontainer/bin/updateContentCommand",
"onCreateCommand": [
"pwd",
"ls",
"ls ..",
"ls $(pwd)",
"echo ${localWorkspaceFolder}",
"echo ${localWorkspaceFolderBasename}",
"echo ${containerWorkspaceFolder}",
"bin/onCreateCommand"
],
"updateContentCommand": "bin/updateContentCommand",
"customizations": {
"codespaces": {
"repositories": {
Expand Down

0 comments on commit 05ec59b

Please sign in to comment.