diff --git a/vscode.d.ts b/vscode.d.ts index 2aba8b47..9c829529 100644 --- a/vscode.d.ts +++ b/vscode.d.ts @@ -11022,6 +11022,7 @@ export interface ConfigurationChangeEvent { * scores are equal the provider that came last wins. For features that allow full arity, like {@link languages.registerHoverProvider hover}, * the score is only checked to be `>0`, for other features, like {@link languages.registerCompletionItemProvider IntelliSense} the * score is used for determining the order in which providers are asked to participate. + * @maintainer {@link https://github.com/Tecvan-fe @Tecvan-fe} */ export namespace languages {