microsoft / vscode-remote-repositories-github

Quickly browse, search, edit, and commit to any GitHub or Azure Repos repository directly from within Visual Studio Code.
Creative Commons Attribution 4.0 International
205 stars 108 forks source link

GitHub.Dev editor not opening file, opens a blank untitled page instead of URL #402

Closed HippieKiller closed 10 months ago

HippieKiller commented 11 months ago

After GitHub extension updated last night the Github.Dev editor is not loading files in the URL anymore, and goes to the page that shows when no project is opened.

image

I tried reopening from GitHub.com and pressing '.' but it does the same thing, and tried different sources, and always get the same results

image

Version: 1.85.0 Commit: af28b32d7e553898b2a91af498b1fb666fdebe0c User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0 Embedder: github.dev

joyceerhl commented 11 months ago

What do you see in the explorer view?

HippieKiller commented 11 months ago

image It is all empty

joyceerhl commented 11 months ago

I can repro that we do not open the file but only if I visit https://github.dev/secana/penet/blob/master/src/PeNet/PeNet.csproj all lowercased (which makes sense since casing matters)

I can't repro there not being a workspace at all though, are there any logs from the output channel when you see this?

joyceerhl commented 10 months ago

Please let me know if this repros still for you, thanks!