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

feat(lsp): send "deno/didChangeDenoConfiguration" notifications #20827

Merged

Conversation

nayeemrmn
Copy link
Collaborator

@nayeemrmn nayeemrmn commented Oct 8, 2023

Half of denoland/vscode_deno#963. Coupled with denoland/vscode_deno#964. Also sends the deno.json file URI with each task def in deno/task responses.

cli/lsp/client.rs Show resolved Hide resolved
cli/lsp/language_server.rs Outdated Show resolved Hide resolved
test_util/src/lsp.rs Outdated Show resolved Hide resolved
@bartlomieju
Copy link
Member

does this panel list both "tasks" from "deno.json" file as well as "scripts" from "package.json"?

It doesn't apparently, we would patch that in main repo by including it in the deno/task response

@nayeemrmn could we handle that before landing the PR?

cli/lsp/language_server.rs Outdated Show resolved Hide resolved
Copy link
Member

@bartlomieju bartlomieju left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, great change!

@nayeemrmn nayeemrmn merged commit 5dd010a into denoland:main Oct 12, 2023
13 checks passed
@nayeemrmn nayeemrmn deleted the lsp-change-deno-config-notification branch October 12, 2023 23:16
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.

None yet

2 participants