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:
Tyler James Leonhardt
2024-07-10 11:39:24 -07:00
committed by GitHub
parent b7ba91441d
commit b07596a8aa
12 changed files with 102 additions and 31 deletions

View File

@@ -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,