We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@aeschli is looking into language aware folding in vscode this iteration and we'd like to use theOutliningSpans TSServer API to implement this, however it is currently internal: https://github.com/Microsoft/TypeScript/blob/70e9a5e6dc02e5eb01e8dac3e0235a096b4d232f/src/server/protocol.ts#L91
OutliningSpans
Is this API ready for external usage?
The text was updated successfully, but these errors were encountered:
Fix #22133: Expose getOutliningSpans on the server protocol
b111aec
Fix #22133: Expose getOutliningSpans on the server protocol (#22400)
c335c38
* Fix #22133: Expose getOutliningSpans on the server protocol * Remove debugger statement from test
mhegazy
No branches or pull requests
@aeschli is looking into language aware folding in vscode this iteration and we'd like to use the
OutliningSpans
TSServer API to implement this, however it is currently internal: https://github.com/Microsoft/TypeScript/blob/70e9a5e6dc02e5eb01e8dac3e0235a096b4d232f/src/server/protocol.ts#L91Is this API ready for external usage?
The text was updated successfully, but these errors were encountered: