Skip to content

Commit 92cfaf2

Browse files
Merge pull request #52 from kevinbackhouse/readme-preview
Show markdown files as previews
2 parents 8c15e4d + 4c9a7f1 commit 92cfaf2

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,11 @@
3434
"qwtel.sqlite-viewer"
3535
],
3636
"settings": {
37-
"python.useEnvironmentsExtension": true
37+
"python.useEnvironmentsExtension": true,
38+
"workbench.editorAssociations": {
39+
"*.md": "vscode.markdown.preview.editor"
40+
}
3841
}
39-
},
40-
"codespaces": {
41-
"openFiles": [
42-
"README.md"
43-
]
4442
}
4543
},
4644
// Use 'forwardPorts' to make a list of ports inside the container available locally

0 commit comments

Comments
 (0)