You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace file system provider with webview for empty commits
- Removed EmptyCommitFileSystemProvider and related URI scheme
- Created showEmptyCommitWebview() function with centered message
- Updated openCommitChanges() to accept extensionUri and show webview
- Styled webview to display message centered similar to GitHub.com
Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
// Known media types that VS Code can handle: https://github.com/microsoft/vscode/blob/a64e8e5673a44e5b9c2d493666bde684bd5a135c/src/vs/base/common/mime.ts#L33-L84
130
122
exportconstKnownMediaExtensions=[
@@ -758,8 +750,7 @@ export enum Schemes {
758
750
Repo='repo',// New issue file for passing data
759
751
Git='git',// File content from the git extension
760
752
PRQuery='prquery',// PR query tree item
761
-
GitHubCommit='githubcommit',// file content from GitHub for a commit
0 commit comments