Skip to content

Commit 0f1a8bc

Browse files
Merge pull request #36 from GitHubSecurityLab/kevinbackhouse-patch-2
Add openFiles configuration for Codespaces
2 parents e595ffb + f452a2e commit 0f1a8bc

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@
3636
"settings": {
3737
"python.useEnvironmentsExtension": true
3838
}
39+
},
40+
"codespaces": {
41+
"openFiles": [
42+
"README.md",
43+
".env"
44+
]
3945
}
4046
},
4147
// Use 'forwardPorts' to make a list of ports inside the container available locally

0 commit comments

Comments
 (0)