提交 57004c9e 编写于 作者: J Johannes Rieken

align formatting

上级 c4ab7b22
...@@ -7715,13 +7715,7 @@ declare module 'vscode' { ...@@ -7715,13 +7715,7 @@ declare module 'vscode' {
* *
* @return Disposable that unregisters the provider. * @return Disposable that unregisters the provider.
*/ */
export function registerCustomEditorProvider( export function registerCustomEditorProvider(viewType: string, provider: CustomTextEditorProvider, options?: { readonly webviewOptions?: WebviewPanelOptions; }): Disposable;
viewType: string,
provider: CustomTextEditorProvider,
options?: {
readonly webviewOptions?: WebviewPanelOptions;
}
): Disposable;
} }
/** /**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册