Skip to content

v1.5.0

Latest
Compare
Choose a tag to compare
@sgwilym sgwilym released this 19 Jun 15:02
· 2 commits to main since this release
  • Add a new "Reload Import Registries" command.
  • Manually restart the server when the config file changes.
  • The "Cache dependencies" command was broken by the underlying command having been removed from the LSP. It has now been updated to the new command.
  • Removed the workspace "Enabled paths" and "Disabled paths" setting. If you were to add some enabled paths and remove all of them, Nova would leave an empty array, which would make the Deno LSP decide not to be enabled for anything. If you need to conditionally disable which files are analysed by the LSP, I recommend you use the deno.json exclude option to do so.