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

@@ -21,6 +21,7 @@
"../../src/vscode-dts/vscode.proposed.tabInputMultiDiff.d.ts",
"../../src/vscode-dts/vscode.proposed.tabInputTextMerge.d.ts",
"../../src/vscode-dts/vscode.proposed.timeline.d.ts",
"../../src/vscode-dts/vscode.proposed.quickInputButtonLocation.d.ts",
"../types/lib.textEncoder.d.ts"
]
}