Skip to content

Commit

Permalink
Scope for settings should be URI (#1815)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaeumer authored Sep 19, 2023
1 parent 29aaf34 commit 6a16b87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _specifications/lsp/3.17/workspace/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export interface ConfigurationItem {
/**
* The scope to get the configuration section for.
*/
scopeUri?: DocumentUri;
scopeUri?: URI;

/**
* The configuration section asked for.
Expand Down
2 changes: 1 addition & 1 deletion _specifications/lsp/3.18/workspace/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export interface ConfigurationItem {
/**
* The scope to get the configuration section for.
*/
scopeUri?: DocumentUri;
scopeUri?: URI;

/**
* The configuration section asked for.
Expand Down

0 comments on commit 6a16b87

Please sign in to comment.