Skip to content

Commit ae6530c

Browse files
authored
Copied devcontainer config from Nacelle
1 parent fa5a2d2 commit ae6530c

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)