Skip to content

Support tsc (TypeScript compiler) output format for file links in terminal #160895

@davidpcaldwell

Description

@davidpcaldwell

VSCode supports clicking file paths referenced in the terminal, optionally including line numbers and column indices, and jumping to the referenced file at the given position.

See, e.g., #156439.

However, it does not understand the tsc output format:

path/to/file(4,1): some error message

... where 4 above is the line number, and 1 is a column offset.

Clearly it understands this in a problem matcher somewhere as the integration with tsc at edit time is working. It'd be nice to also understand it in the terminal, for times when tsc is run from there.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions