mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
🐛 remove the notion of active scm provider
introduces more changes to the SCM api fixes #23623 fixes #23676
This commit is contained in:
@@ -192,6 +192,10 @@ export class CommandsConverter {
|
||||
result.arguments = [id];
|
||||
}
|
||||
|
||||
if (command.tooltip) {
|
||||
result.tooltip = command.tooltip;
|
||||
}
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user