diff --git a/src/vs/vscode.d.ts b/src/vs/vscode.d.ts index a4a5171dc57a4231a18fab72f7200fdb7b359f38..eaeeed1de13008d21273fb3bdbfe31301499dc4e 100644 --- a/src/vs/vscode.d.ts +++ b/src/vs/vscode.d.ts @@ -4085,9 +4085,8 @@ declare module 'vscode' { source?: string; /** - * A code or identifier for this diagnostics. Will not be surfaced - * to the user, but should be used for later processing, e.g. when - * providing [code actions](#CodeActionContext). + * A code or identifier for this diagnostic. + * Should be used for later processing, e.g. when providing [code actions](#CodeActionContext). */ code?: string | number;