mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 08:08:39 +01:00
Polish QuickInputButtonLocation (#221403)
* Fix a bug where the buttons would show up when they shouldn't by clearing them on show like the other ActionBars * Introduce Proposed API (changed the core shape to reflect) * Adopted in Git extension ref https://github.com/microsoft/vscode/issues/221397
This commit is contained in:
committed by
GitHub
parent
b7ba91441d
commit
b07596a8aa
@@ -1599,6 +1599,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
|
||||
Position: extHostTypes.Position,
|
||||
ProcessExecution: extHostTypes.ProcessExecution,
|
||||
ProgressLocation: extHostTypes.ProgressLocation,
|
||||
QuickInputButtonLocation: extHostTypes.QuickInputButtonLocation,
|
||||
QuickInputButtons: extHostTypes.QuickInputButtons,
|
||||
Range: extHostTypes.Range,
|
||||
RelativePattern: extHostTypes.RelativePattern,
|
||||
|
||||
Reference in New Issue
Block a user