Titans Dashboard (FastAPI in VS Code)🚀 Run and view your FastAPI web app directly inside VS Code — no external browser required. Features
Usage
Requirements
Extension SettingsNone yet — all auto-configured. Release Notes0.0.1Initial release with auto server launch & embedded view. ############################################################### command for run a fastAPI file python -m uvicorn (file_name):app --reload --port 8000 ############################################################### This will help auto reload whenever you do change in main file |