Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
letmejustputthishere committed May 1, 2024
1 parent 299d488 commit 69310da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,5 @@
"codespaces": {
"openFiles": ["README.md"]
}
},
"postCreateCommand": "git submodule update --init --recursive"
}
}
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,6 @@ out/

# Docs
docs/

# this is needed so dev containers work with submodules
lib/

0 comments on commit 69310da

Please sign in to comment.