Skip to content

Commit

Permalink
Merge pull request #5454 from prnam/feature/add-remotedev-support
Browse files Browse the repository at this point in the history
add vscode remote dev container support
  • Loading branch information
squidfunk committed May 2, 2023
2 parents 5c57458 + a9d8eab commit 32b7ee9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "Material for MkDocs - VS Code dev container",
"image": "mcr.microsoft.com/devcontainers/typescript-node:0-18",
"features": {
"ghcr.io/devcontainers/features/python:1": {
"installTools": true,
"version": "3.11"
}
},
"postCreateCommand": "pip install -e . && pip install mkdocs-minify-plugin mkdocs-redirects && npm install && npm run build"
}

0 comments on commit 32b7ee9

Please sign in to comment.