File tree Expand file tree Collapse file tree 2 files changed +1
-14
lines changed
Expand file tree Collapse file tree 2 files changed +1
-14
lines changed Original file line number Diff line number Diff line change 66 "portsAttributes" : {
77 "8000" : { "label" : " MkDocs Preview" , "onAutoForward" : " openBrowserOnce" }
88 },
9+ "postCreateCommand" : " pip install -r requirements.txt" ,
910 "postStartCommand" : " mkdocs serve -a 0.0.0.0:8000" ,
1011 "customizations" : {
1112 "vscode" : {
12- "extensions" : [
13- " ms-python.python" ,
14- " redhat.vscode-yaml" ,
15- " DavidAnson.vscode-markdownlint" ,
16- " rvest.vs-code-prettier-eslint" ,
17- " Simplicity.simplicityhl" ,
18- ],
1913 "settings" : {
2014 "yaml.schemas" : {
2115 "https://squidfunk.github.io/mkdocs-material/schema.json" : [
Original file line number Diff line number Diff line change 2525 "search.followSymlinks" : false ,
2626 "stylelint.validate" : [" css" , " scss" ],
2727 "typescript.tsdk" : " node_modules/typescript/lib" ,
28- "extensions" : [
29- " ms-python.python" ,
30- " redhat.vscode-yaml" ,
31- " DavidAnson.vscode-markdownlint" ,
32- " rvest.vs-code-prettier-eslint" ,
33- " Simplicity.simplicityhl" ,
34- ],
3528 "yaml.schemas" : {
3629 "https://squidfunk.github.io/mkdocs-material/schema.json" : [
3730 " mkdocs.yml" ,
You can’t perform that action at this time.
0 commit comments