sgwilym / nova-deno

A Deno extension for Nova.
https://extensions.panic.com/extensions/co.gwil/co.gwil.deno/
MIT License
13 stars 1 forks source link

Enabled paths #39

Closed belcar-s closed 1 year ago

belcar-s commented 2 years ago

21

I wasn't able to get the feature to work, but I'm hoping that some of these tiny changes are, at least, of a little use.

The configuration item was added. There's also some code that restarts the Language Server when the setting is changed.

Since this is a regular branch in the repository, I'm assuming that changes can be easily made by people other than myself 🙂.

belcar-s commented 2 years ago

Wait; oops. I just realized this is totally broken. One second.

sgwilym commented 1 year ago

This seems ready to me. Is there anything else you'd like to do with this PR before merging?

belcar-s commented 1 year ago

It didn't work while testing. Is it possible that this is not how the Language Server expects the information to be provided? Did it work for you?

sgwilym commented 1 year ago

I've merged this although I'm also having trouble getting it working. I think it might be an issue on the LSP's side. Will release once I've figured it out.