Skip to content

Commit

Permalink
chore: add missing name for DefinitionProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Feb 17, 2021
1 parent c1854d6 commit 96153a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types-packages/definitions.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export interface DefinitionQueryResult {
* Provides definitions for a set of language grammars.
*/
export interface DefinitionProvider {
name: string
/**
* If there are multiple providers for a given grammar,
* the one with the highest priority will be used.
Expand Down

0 comments on commit 96153a0

Please sign in to comment.