We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 098a42c commit db36ad3Copy full SHA for db36ad3
.devcontainer/devcontainer.json
@@ -2,6 +2,7 @@
2
"image": "mcr.microsoft.com/devcontainers/universal:2",
3
"updateContentCommand": "npm install; pip install -r requirements.txt",
4
"postCreateCommand": "",
5
+ "postStartCommand": "npm install; pip install -r requirements.txt",
6
"customizations": {
7
"codespaces": {
8
"openFiles": [
@@ -16,7 +17,7 @@
16
17
],
18
"settings": {
19
"workbench.editorAssociations": {
- "*.md": "vscode.markdown.preview.editor"
20
+ "*.md": "vscode.markdown.preview.editor"
21
}
22
23
0 commit comments