Skip to content

Commit

Permalink
Update devcontainer: open README in preview mode on VSCode startup (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
randomir authored Oct 24, 2023
1 parent 815e2e9 commit 0bf7366
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,18 @@
// Configure properties specific to VS Code.
"vscode": {
// Set *default* container specific settings.json values on container create.
"settings": {},
"settings": {
"workbench": {
"editorAssociations": {
"*.md": "vscode.markdown.preview.editor"
},
"startupEditor": "readme"
}
},
"extensions": [
"ms-python.python",
"ms-toolsai.jupyter"
]
},

// Configure properties specific to Codespaces.
"codespaces": {
"openFiles": [
"README.md",
"README.rst"
]
}
}
}

0 comments on commit 0bf7366

Please sign in to comment.