Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix fastapi app path to module conversion on Windows (#5858)
### Summary - addresses #5312 - re-enables `Python - Verify Basic FastAPI App [C903306]` on Windows ### Release Notes #### New Features - N/A #### Bug Fixes - Fixes bug in file path to module import path conversion in the Python Extension, which was preventing FastAPI apps from running on Windows when using the App Launcher (#5312) ### QA Notes Running [fastapi_example.py](https://github.com/posit-dev/qa-example-content/blob/main/workspaces/python_apps/fastapi_example/fastapi_example.py) with the App Launcher should now work on Windows. #### PR Testing @:apps Windows Test Results 🎉 - test run: https://github.com/posit-dev/positron/actions/runs/12486724958/job/34847131287 <img width="987" alt="image" src="https://github.com/user-attachments/assets/ddb9c59a-509c-496e-a7f0-eb961a4359b8" />
- Loading branch information