Microsoft/vscode

SCM Graph - add Open File action

Open

#250.938 geöffnet am 7. Juni 2025

Auf GitHub ansehen
 (10 Kommentare) (2 Reaktionen) (1 zugewiesene Person)TypeScript (10.221 Forks)batch import
feature-requesthelp wantedscm

Repository-Metriken

Stars
 (74.848 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 11h 43m) (1.000 gemergte PRs in 30 T)

Beschreibung

Type: Bug

There's the "Graph" of commits panel in the "Source Control" tab. It allows to click a commit and see all the changes made in that commit. When I click "Open file" button for a specific file, it opens the version from the commit in a "read-only" mode.

However, there's no way to switch to the current version of that file (if it still exists). I have to use "Go to file" prompt to manually type the file name, find it and switch to it eventually. It is an all-manual routine, which is very slow and annoying.

VS Code version: Code 1.100.3 (258e40fedc6cb8edf399a463ce3a9d32e7e1f6f3, 2025-06-02T13:30:54.273Z) OS version: Darwin arm64 24.5.0

Contributor Guide