Skip to content

[Language Service] Fix project path on notebooks when running on Windows#2872

Merged
orpuente-MS merged 7 commits intomainfrom
oscarpuente/fix-bad-project-path-on-notebooks
Jan 22, 2026
Merged

[Language Service] Fix project path on notebooks when running on Windows#2872
orpuente-MS merged 7 commits intomainfrom
oscarpuente/fix-bad-project-path-on-notebooks

Conversation

@orpuente-MS
Copy link
Copy Markdown
Contributor

Fixes #2866

Comment thread source/pip/qsharp/_qsharp.py Outdated
Comment thread source/vscode/src/projectSystem.ts Outdated
Comment thread source/vscode/src/projectSystem.ts Outdated
@minestarks
Copy link
Copy Markdown
Member

There are still issues in remote VS Code scenarios such as WSL, Codespaces, VS Code Web . But that's not new with this PR, nor does this PR make that issue worse. @orpuente-MS and I discussed a possible fix for the remote scenarios. (Using the scheme from the .ipynb file, and "mashing it up" with the local OS path retrieved from Python). I'm still approving this PR since it fixes the intended case (local Windows)

@orpuente-MS orpuente-MS added this pull request to the merge queue Jan 22, 2026
Merged via the queue into main with commit 9d2b8da Jan 22, 2026
18 checks passed
@orpuente-MS orpuente-MS deleted the oscarpuente/fix-bad-project-path-on-notebooks branch January 22, 2026 23:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Language Service] Project paths when calling qsharp.init() in notebooks are invalid on Windows

3 participants