microsoft / microsoft/vscode-python-environments
allow usage of non-global uv executable
未關閉
還沒有人認領這個 Issue。
feature-request
needs community feedback
- 主要語言
- TypeScript
- 星號
- 138
- 分支
- 62
- 平均合併
- 1 天 4 小時
- 30 天內合併 PR
- 35
描述
we currently look for uv on PATH, but we don't search the current workspace for it. This would be a feature request to **search in the current workspace for uv.**
in this example the `uv.exe` is located at `{workspaceFolder}/.pyprojectx/main/uv.exe`
https://github.com/microsoft/vscode-python-environments/issues/621
tagging @DetachHead
貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
先定位現有的擴充功能進入點,該進入點會在 PATH 中搜尋 uv 可執行檔,然後檢視連結的 issue 以了解背景。未指定檔案路徑或測試路徑;當在目前的 workspace 位置(包括 .pyprojectx/main/uv.exe)中搜尋 uv 時,即視為完成。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- python, typescript, vscode
- 領域
- developer-experience, tooling
- Issue 類型
- 功能
- 難度
- 3/5
- 預估耗時
- 1-2 天
- 活躍度
- 停滯
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100