Open jonorthwash opened 1 year ago
Per https://github.com/DefinitelyTyped/DefinitelyTyped/issues/63431#issuecomment-1333296828
Otherwise results in errors like
node_modules/@types/vscode/index.d.ts:6202:64 - error TS1005: ',' expected. 6202 export interface DiagnosticCollection extends Iterable<[uri: Uri, diagnostics: readonly Diagnostic[]]> {
when trying to build package with vsce.
Per https://github.com/DefinitelyTyped/DefinitelyTyped/issues/63431#issuecomment-1333296828
Otherwise results in errors like
when trying to build package with vsce.