diff --git a/src/vscode-dts/vscode.d.ts b/src/vscode-dts/vscode.d.ts index f04727ef2d0..d03267c1aa1 100644 --- a/src/vscode-dts/vscode.d.ts +++ b/src/vscode-dts/vscode.d.ts @@ -16683,9 +16683,9 @@ declare module 'vscode' { } /** - * A special value wrapper denoting a value that is safe to not clean. - * This is to be used when you can guarantee no identifiable information is contained in the value and the cleaning is improperly redacting it. - */ + * A special value wrapper denoting a value that is safe to not clean. + * This is to be used when you can guarantee no identifiable information is contained in the value and the cleaning is improperly redacting it. + */ export class TelemetryTrustedValue { readonly value: T;