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 793c74e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 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
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"proper": {:hex, :proper, "1.4.0", "89a44b8c39d28bb9b4be8e4d715d534905b325470f2e0ec5e004d12484a79434", [:rebar3], [], "hexpm", "18285842185bd33efbda97d134a5cb5a0884384db36119fee0e3cfa488568cbb"},
"ssl_verify_fun": {:hex, :ssl_verify_fun, "1.1.6", "cf344f5692c82d2cd7554f5ec8fd961548d4fd09e7d22f5b62482e5aeaebd4b0", [:make, :mix, :rebar3], [], "hexpm", "bdb0d2471f453c88ff3908e7686f86f9be327d065cc1ec16fa4540197ea04680"},
"test_iex": {:hex, :test_iex, "0.1.1", "62c52109889388e082303817624e7d0b8e6834a462c942492375574b2c7e109e", [:mix], [], "hexpm", "91144195c3bc0e7d5caa69889be55d04b790a16118d12390783d477d158325c2"},
"timex": {:hex, :timex, "3.7.1", "1157bd18abf2dcfd61ed666b1f73c356b2e97197deccfecafad188629282fb61", [:mix], [{:combine, "~> 0.10", [hex: :combine, repo: "hexpm", optional: false]}, {:gettext, "~> 0.10", [hex: :gettext, repo: "hexpm", optional: false]}, {:tzdata, "~> 1.0", [hex: :tzdata, repo: "hexpm", optional: false]}], "hexpm", "cb5d815666e30625d517360523ddd023eb1b4bc27c564e7501c3d050115df523"},
"timex": {:hex, :timex, "3.7.11", "bb95cb4eb1d06e27346325de506bcc6c30f9c6dea40d1ebe390b262fad1862d1", [:mix], [{:combine, "~> 0.10", [hex: :combine, repo: "hexpm", optional: false]}, {:gettext, "~> 0.20", [hex: :gettext, repo: "hexpm", optional: false]}, {:tzdata, "~> 1.1", [hex: :tzdata, repo: "hexpm", optional: false]}], "hexpm", "8b9024f7efbabaf9bd7aa04f65cf8dcd7c9818ca5737677c7b76acbc6a94d1aa"},
"tix": {:hex, :tix, "0.4.2", "91684a655b1d58dc2d325c46509d961f21a2024752d1470f48664343b2376e4d", [:mix], [{:file_system, "~> 0.2", [hex: :file_system, repo: "hexpm", optional: false]}, {:test_iex, "~> 0.1.1", [hex: :test_iex, repo: "hexpm", optional: false]}], "hexpm", "74c432db1afc3117a1c0ec37dc751c5135de0c46b021a947cabb7381d6cc5c7a"},
"tzdata": {:hex, :tzdata, "1.1.0", "72f5babaa9390d0f131465c8702fa76da0919e37ba32baa90d93c583301a8359", [:mix], [{:hackney, "~> 1.17", [hex: :hackney, repo: "hexpm", optional: false]}], "hexpm", "18f453739b48d3dc5bcf0e8906d2dc112bb40baafe2c707596d89f3c8dd14034"},
"unicode_util_compat": {:hex, :unicode_util_compat, "0.7.0", "bc84380c9ab48177092f43ac89e4dfa2c6d62b40b8bd132b1059ecc7232f9a78", [:rebar3], [], "hexpm", "25eee6d67df61960cf6a794239566599b09e17e668d3700247bc498638152521"},
Expand Down

0 comments on commit 793c74e

Please sign in to comment.