Skip to content
New issue

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

Remove language service dependency on TextDocuments #742

Merged
merged 1 commit into from
Mar 27, 2023
Merged

Remove language service dependency on TextDocuments #742

merged 1 commit into from
Mar 27, 2023

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