提交 0bb10ce7 编写于 作者: J João Moreno

finalize SourceControlInputBox.visible

fixes #90499
上级 db48c19e
......@@ -9763,6 +9763,11 @@ declare module 'vscode' {
* A string to show as placeholder in the input box to guide the user.
*/
placeholder: string;
/**
* Controls whether the input box is visible (default is `true`).
*/
visible: boolean;
}
interface QuickDiffProvider {
......
......@@ -822,21 +822,6 @@ declare module 'vscode' {
//#endregion
//#region Joao: SCM Input Box
/**
* Represents the input box in the Source Control viewlet.
*/
export interface SourceControlInputBox {
/**
* Controls whether the input box is visible (default is `true`).
*/
visible: boolean;
}
//#endregion
//#region Terminal data write event https://github.com/microsoft/vscode/issues/78502
export interface TerminalDataWriteEvent {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册