Prevent terminal relaunch on extension load
This commit is contained in:
parent
d16b2e4077
commit
392c5542f6
2 changed files with 7 additions and 7 deletions
7
.devcontainer/welcome-message.txt
Normal file
7
.devcontainer/welcome-message.txt
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
👋 Welcome to "Flask" in GitHub Codespaces!
|
||||
|
||||
🛠️ Your environment is setup with all the required dependencies and your fork has been added as a remote.
|
||||
|
||||
🚀 To start coding, wait for the "postCreateCommand" to finish setting things up, then:
|
||||
- make sure the virtualenv is activated by running `. .venv/bin/activate`
|
||||
- run `git checkout -b your-branch-name origin/{main-or-latest-release}` to start working on a new feature or bug fix
|
||||
Loading…
Add table
Add a link
Reference in a new issue