[VS Code] When exploring a pull request the top level file names register as empty.

Issue #755 new
Samuel Stoltenberg created an issue

Example, reviewing a pull request in this repository that edits the README.md would not register it as a markdown file, but a Plain Text file. Although reviewing nested files works as intended, simply nesting all the changes in a folder below “Commits” may fix the issue File Changes as a folder.

Screenshot:
If I were to click go.mod in the image it will lint as a “plain text” when it should be Go Module File , but if I click tns.go it registers fine as a Go file.

The visual studio topbar indicates the issue plainly, as when opening the go.mod it shows nothing for the filename:

Although when opening the file that registers correctly:

Comments (3)

  1. Log in to comment