mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 10:08:49 +01:00
Git/SCM: Use vscode.open and vscode.diff for a better editor opening experience (#110733)
* wip: try to use vscode.open and vscode.diff in git/scm related to #110397 * 💄 * revert change to commands.converter.toInternal * complete usage os vscode.open and vscode.diff in git extension
This commit is contained in:
@@ -865,7 +865,8 @@ export type SCMRawResource = [
|
||||
string /*tooltip*/,
|
||||
boolean /*strike through*/,
|
||||
boolean /*faded*/,
|
||||
string /*context value*/
|
||||
string /*context value*/,
|
||||
ICommandDto | undefined /*command*/
|
||||
];
|
||||
|
||||
export type SCMRawResourceSplice = [
|
||||
|
||||
Reference in New Issue
Block a user