Skip to content

Commit

Permalink
Fix #89550
Browse files Browse the repository at this point in the history
  • Loading branch information
sandy081 committed Jan 29, 2020
1 parent 345093c commit 4e27cff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vs/vscode.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8747,6 +8747,7 @@ declare module 'vscode' {
* When a scope is provided configuraiton confined to that scope is returned. Scope can be a resource or a language identifier or both.
*
* @param section A dot-separated identifier.
* @param scope A scope for which the configuration is asked for.
* @return The full configuration or a subset.
*/
export function getConfiguration(section?: string | undefined, scope?: ConfigurationScope | null): WorkspaceConfiguration;
Expand Down

0 comments on commit 4e27cff

Please sign in to comment.