Skip to content

Commit

Permalink
update API doc comment for #47292
Browse files Browse the repository at this point in the history
  • Loading branch information
jrieken committed Aug 29, 2019
1 parent 989f444 commit 20dd80d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/vs/vscode.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8090,17 +8090,15 @@ declare module 'vscode' {
export const onDidChangeDiagnostics: Event<DiagnosticChangeEvent>;

/**
* Get all diagnostics for a given resource. *Note* that this includes diagnostics from
* all extensions but *not yet* from the task framework.
* Get all diagnostics for a given resource.
*
* @param resource A resource
* @returns An array of [diagnostics](#Diagnostic) objects or an empty array.
*/
export function getDiagnostics(resource: Uri): Diagnostic[];

/**
* Get all diagnostics. *Note* that this includes diagnostics from
* all extensions but *not yet* from the task framework.
* Get all diagnostics.
*
* @returns An array of uri-diagnostics tuples or an empty array.
*/
Expand Down

0 comments on commit 20dd80d

Please sign in to comment.