Opening new multi-file diff view? #2398
Answered
by
tamuratak
themightychris
asked this question in
Extension Development QnA
-
Is there any way for an extension to open the new built-in multi-file diff view as seen here? ![]() Is there a particular URI syntax to |
Beta Was this translation helpful? Give feedback.
Answered by
tamuratak
Nov 19, 2024
Replies: 1 comment
-
You can use the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
isidorn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use the
vscode.changes
command, which was missing in the document. It has been added at microsoft/vscode-docs/issues/7790.