Skip to content

Commit

Permalink
Merge pull request #7653 from dwc0011/dwc0011-add-swift-to-core-dev-d…
Browse files Browse the repository at this point in the history
…evcontainer

Update devcontainer.json to include swift
  • Loading branch information
Nishnha authored Jul 28, 2023
2 parents 5634dea + 80d1738 commit cde6c97
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .devcontainer/core-dev/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@
"-v", "${localWorkspaceFolder}/python/Gemfile:/home/dependabot/dependabot-core/python/Gemfile",
"-v", "${localWorkspaceFolder}/python/lib:/home/dependabot/dependabot-core/python/lib",
"-v", "${localWorkspaceFolder}/python/spec:/home/dependabot/dependabot-core/python/spec",
"-v", "${localWorkspaceFolder}/swift/dependabot-swift.gemspec:/home/dependabot/dependabot-core/swift/dependabot-swift.gemspec",
"-v", "${localWorkspaceFolder}/swift/Gemfile:/home/dependabot/dependabot-core/swift/Gemfile",
"-v", "${localWorkspaceFolder}/swift/lib:/home/dependabot/dependabot-core/swift/lib",
"-v", "${localWorkspaceFolder}/swift/spec:/home/dependabot/dependabot-core/swift/spec",
"-v", "${localWorkspaceFolder}/terraform/dependabot-terraform.gemspec:/home/dependabot/dependabot-core/terraform/dependabot-terraform.gemspec",
"-v", "${localWorkspaceFolder}/terraform/Gemfile:/home/dependabot/dependabot-core/terraform/Gemfile",
"-v", "${localWorkspaceFolder}/terraform/lib:/home/dependabot/dependabot-core/terraform/lib",
Expand Down

0 comments on commit cde6c97

Please sign in to comment.