-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityneeds community feedback
Description
Testing microsoft/vscode-python#22300
from fastapi import FastAPI
app = FastAPI()
@app.get("/")
def root():
return {"message": "Hello World"}
If I click on the Editor Run action in the top right, the app is not actually run.
I have to go through the debug flow to choose Fast API to actually setup a proper launch.json
Could we improve the run experience so it also works?
Yoyokrazy, luabud and saurabh-rai-pubmatic
Metadata
Metadata
Assignees
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityneeds community feedback