We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c15e4d + 4c9a7f1 commit 92cfaf2Copy full SHA for 92cfaf2
1 file changed
.devcontainer/devcontainer.json
@@ -34,13 +34,11 @@
34
"qwtel.sqlite-viewer"
35
],
36
"settings": {
37
- "python.useEnvironmentsExtension": true
+ "python.useEnvironmentsExtension": true,
38
+ "workbench.editorAssociations": {
39
+ "*.md": "vscode.markdown.preview.editor"
40
+ }
41
}
- },
- "codespaces": {
- "openFiles": [
42
- "README.md"
43
- ]
44
45
},
46
// Use 'forwardPorts' to make a list of ports inside the container available locally
0 commit comments