Skip to content

Commit

Permalink
Merge pull request #5648 from dependabot/jakecoffman/codespace-updates
Browse files Browse the repository at this point in the history
move devcontainer to allow debugging updater with the default devcontainer
  • Loading branch information
jakecoffman authored Sep 7, 2022
2 parents fb89cfc + e5e6459 commit 5a3f022
Showing 1 changed file with 11 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"name": "Ruby",
"dockerFile": "../Dockerfile.development",
"name": "core-dev",
"build": {
"dockerfile": "../../Dockerfile.development",
"cacheFrom": "ghcr.io/dependabot/dependabot-core-development"
},

"workspaceFolder": "/home/dependabot/dependabot-core",

Expand Down Expand Up @@ -120,11 +123,11 @@
// "postCreateCommand": "ruby --version"

"extensions": [
"rebornix.ruby",
"castwide.solargraph",
"misogi.ruby-rubocop",
"groksrc.ruby",
"hoovercj.ruby-linter",
"miguel-savignano.ruby-symbols"
"rebornix.ruby",
"castwide.solargraph",
"misogi.ruby-rubocop",
"groksrc.ruby",
"hoovercj.ruby-linter",
"miguel-savignano.ruby-symbols"
]
}

0 comments on commit 5a3f022

Please sign in to comment.