提交 20dd80d9 编写于 作者: J Johannes Rieken
上级 989f444b
...@@ -8090,8 +8090,7 @@ declare module 'vscode' { ...@@ -8090,8 +8090,7 @@ declare module 'vscode' {
export const onDidChangeDiagnostics: Event<DiagnosticChangeEvent>; export const onDidChangeDiagnostics: Event<DiagnosticChangeEvent>;
/** /**
* Get all diagnostics for a given resource. *Note* that this includes diagnostics from * Get all diagnostics for a given resource.
* all extensions but *not yet* from the task framework.
* *
* @param resource A resource * @param resource A resource
* @returns An array of [diagnostics](#Diagnostic) objects or an empty array. * @returns An array of [diagnostics](#Diagnostic) objects or an empty array.
...@@ -8099,8 +8098,7 @@ declare module 'vscode' { ...@@ -8099,8 +8098,7 @@ declare module 'vscode' {
export function getDiagnostics(resource: Uri): Diagnostic[]; export function getDiagnostics(resource: Uri): Diagnostic[];
/** /**
* Get all diagnostics. *Note* that this includes diagnostics from * Get all diagnostics.
* all extensions but *not yet* from the task framework.
* *
* @returns An array of uri-diagnostics tuples or an empty array. * @returns An array of uri-diagnostics tuples or an empty array.
*/ */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册