We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa5a2d2 commit ae6530cCopy full SHA for ae6530c
1 file changed
.devcontainer/devcontainer.json
@@ -0,0 +1,13 @@
1
+{
2
+ "image": "mcr.microsoft.com/devcontainers/universal:2",
3
+ "customizations": {
4
+ "codespaces": {
5
+ "repositories": {
6
+ "calpolywindpower/2026-Controls_Core": {
7
+ "permissions": "write-all"
8
+ }
9
10
11
+ },
12
+ "postCreateCommand": "git submodule update --init"
13
+}
0 commit comments