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 1386d85 commit 0111bf3Copy full SHA for 0111bf3
.devcontainer/devcontainer.json
@@ -7,16 +7,15 @@
7
"vscode": {
8
"settings": {
9
"terminal.integrated.defaultProfile.linux": "zsh"
10
- }
11
- },
+ },
12
"extensions": [
13
"ms-azuretools.vscode-docker",
14
"vscode.git",
15
"golang.go"
16
]
+ }
17
},
18
- "mounts": [
19
- "source=./site,target=/site"
20
- ],
21
- "postCreateCommand": "hugo server --bind 0.0.0.0 --disableFastRender"
+ "forwardPorts": [1313],
+ "workspaceFolder": "/workspaces/commitconfirmed.github.io/site",
+ "postCreateCommand": "git submodule update --init --recursive && sudo hugo server --bind 0.0.0.0 --disableFastRender"
22
}
0 commit comments