Skip to content

Commit c19c9e5

Browse files
chore: add DevContainer config for GitHub codespaces (facebook#4003)
* devops: Docusaurus Dev Container Signed-off-by: Kumar Aditya <[email protected]> * formatted devcontainer.json Co-authored-by: slorber <[email protected]>
1 parent e5373d9 commit c19c9e5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.devcontainer/devcontainer.json

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"name": "Docusaurus Dev Container",
3+
"image": "mcr.microsoft.com/vscode/devcontainers/typescript-node:0-10-buster",
4+
"settings": {
5+
"terminal.integrated.shell.linux": "/bin/bash"
6+
},
7+
"extensions": ["dbaeumer.vscode-eslint"],
8+
"forwardPorts": [3000],
9+
"postCreateCommand": "yarn install"
10+
}

0 commit comments

Comments
 (0)