Skip to content

typescript: send project name as argument for getSupportedCodeFixes #64872

Closed
@ajafff

Description

@ajafff

Blocks microsoft/TypeScript#28966

To enable TypeScript LanguageService plugins to intercept getSupportedCodeFixes, TypeScript needs to know which project the request belongs to, to forward to the correct LanguageService.

I don't know about the specific implementation details, but a parameter of type ts.server.protocol.FileRequestArgs should work.

Maybe VSCode also needs to call getSupportedCodeFixes for each project if it doesn't do that already.

Metadata

Metadata

Assignees

Labels

typescriptTypescript support issuesupstreamIssue identified as 'upstream' component related (exists outside of VS Code)

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions