Skip to content

Commit d6bfeac

Browse files
committed
organise devcontainer and settings separation
1 parent 51774d6 commit d6bfeac

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,10 @@
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": [

.vscode/settings.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,6 @@
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",

0 commit comments

Comments
 (0)