Skip to content

Commit

Permalink
v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sgwilym committed Jun 19, 2024
1 parent 386fa9b commit 01a2605
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions deno.novaextension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
## NEXT
## v1.5.0

- 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, use the deno.json `exclude` option to do so.
- 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.

## v1.4.3

Expand Down
2 changes: 1 addition & 1 deletion deno.novaextension/extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Deno",
"organization": "Sam Gwilym",
"description": "Everything you need for TypeScript and JavaScript development.",
"version": "1.4.3",
"version": "1.5.0",
"categories": [
"languages",
"formatters",
Expand Down

0 comments on commit 01a2605

Please sign in to comment.