Chinese content please follow here -> 如何在 VSCode 中以 Container 方式開發 FastAPI + PostgreSQL
- VSCode
- Extension
- Python
- Remote Container
- Extension
- Open project with VSCode.
- Press
Command
+Shift
+p
(Mac). - Type
Remote Containers: Reopen in Container
. - Left-side you will find
Run & Debug
, click it and find►
button. - Choose
Python: FastAPI
to run this project. - Then bottom-side would become different color.(Mean you run success)
MIT