未验证 提交 2427bb7b 编写于 作者: H HiDeoo 提交者: GitHub

Fix typo in vscode.d.ts (#98692)

上级 29183ffa
......@@ -2216,7 +2216,7 @@ declare module 'vscode' {
}
/**
* Metadata about the type of code actions that a [CodeActionProvider](#CodeActionProvider) providers.
* Metadata about the type of code actions that a [CodeActionProvider](#CodeActionProvider) provides.
*/
export interface CodeActionProviderMetadata {
/**
......@@ -9593,7 +9593,7 @@ declare module 'vscode' {
*
* @param selector A selector that defines the documents this provider is applicable to.
* @param provider A code action provider.
* @param metadata Metadata about the kind of code actions the provider providers.
* @param metadata Metadata about the kind of code actions the provider provides.
* @return A [disposable](#Disposable) that unregisters this provider when being disposed.
*/
export function registerCodeActionsProvider(selector: DocumentSelector, provider: CodeActionProvider, metadata?: CodeActionProviderMetadata): Disposable;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册