Don't open readme on creation
This commit is contained in:
parent
af11b12fdf
commit
36561ed8eb
1 changed files with 3 additions and 0 deletions
|
|
@ -2,6 +2,9 @@
|
||||||
"name": "pallets/flask",
|
"name": "pallets/flask",
|
||||||
"image": "mcr.microsoft.com/devcontainers/python:3",
|
"image": "mcr.microsoft.com/devcontainers/python:3",
|
||||||
"customizations": {
|
"customizations": {
|
||||||
|
"codespaces": {
|
||||||
|
"openFiles": []
|
||||||
|
},
|
||||||
"vscode": {
|
"vscode": {
|
||||||
"settings": {
|
"settings": {
|
||||||
"python.defaultInterpreterPath": "${workspaceFolder}/.venv",
|
"python.defaultInterpreterPath": "${workspaceFolder}/.venv",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue