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 58de023 commit 994ff04Copy full SHA for 994ff04
.devcontainer/devcontainer.json
@@ -2,6 +2,9 @@
2
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.2/containers/codespaces-linux
3
{
4
"name": "GitHub Codespaces (Default)",
5
+ "build": {
6
+ "dockerfile": "Dockerfile"
7
+ },
8
"settings": {
9
"files.watcherExclude": {
10
"**/_layout/**": true
0 commit comments