Skip to content

Commit a9d8eab

Browse files
author
Pranam
committed
add vscode remote dev container support
1 parent b9db2f7 commit a9d8eab

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Diff for: .devcontainer/devcontainer.json

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"name": "Material for MkDocs - VS Code dev container",
3+
"image": "mcr.microsoft.com/devcontainers/typescript-node:0-18",
4+
"features": {
5+
"ghcr.io/devcontainers/features/python:1": {
6+
"installTools": true,
7+
"version": "3.11"
8+
}
9+
},
10+
"postCreateCommand": "pip install -e . && pip install mkdocs-minify-plugin mkdocs-redirects && npm install && npm run build"
11+
}

0 commit comments

Comments
 (0)