EvgeniyPeshkov / syntax-highlighter

Syntax Highlighter extension for Visual Studio Code (VSCode). Based on Tree-sitter.
https://marketplace.visualstudio.com/items?itemName=evgeniypeshkov.syntax-highlighter
MIT License
208 stars 44 forks source link

bumping typescript version #79

Open jonorthwash opened 1 year ago

jonorthwash commented 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.