Skip to content

Conversation

@remcohaszing
Copy link
Contributor

The code actions API depends on TextDocuments. This is specific to the language server. This makes it hard to use without a language server.

The use of TextDocuments has been removed. Instead, the resolved text document is passed down.

This makes a lot simpler for me to implement remcohaszing/monaco-tailwindcss#78 downstream.

The code actions API depends on `TextDocuments`. This is specific to the
language server. This makes it hard to use without a language server.

The use of `TextDocuments` has been removed. Instead, the resolved text
document is passed down.
@bradlc
Copy link
Contributor

bradlc commented Mar 27, 2023

Nice catch, thank you!

@bradlc bradlc merged commit ae18cb2 into tailwindlabs:master Mar 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants