Skip to content

Commit

Permalink
Fixed Devcontainer (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
gvatsal60 authored Nov 22, 2024
2 parents 79b4c09 + e07067a commit 6a5c91a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
5 changes: 1 addition & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
{
"capAdd": [
"SYS_PTRACE"
],
"customizations": {
"vscode": {
"extensions": [
Expand Down Expand Up @@ -62,7 +59,7 @@
},
"image": "mcr.microsoft.com/devcontainers/base:noble",
"mounts": [
"source=${containerWorkspaceFolder}/snippets,target=${containerWorkspaceFolder}/.vscode,type=bind,consistency=cached,readonly"
"source=${localWorkspaceFolder:-.}/snippets,target=${containerWorkspaceFolder}/.vscode,type=bind,consistency=cached,readonly"
],
"postCreateCommand": "chmod +x ${containerWorkspaceFolder}/.devcontainer/postCreateScript.sh && ${containerWorkspaceFolder}/.devcontainer/postCreateScript.sh",
"runArgs": [
Expand Down
8 changes: 6 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@

version: 2
updates:
- package-ecosystem: "devcontainers" # See documentation for possible values
directory: "/" # Location of package manifests
- package-ecosystem: "devcontainers"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"

0 comments on commit 6a5c91a

Please sign in to comment.