We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5373d9 commit c19c9e5Copy full SHA for c19c9e5
.devcontainer/devcontainer.json
@@ -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