Skip to content

Commit

Permalink
Fixes #320
Browse files Browse the repository at this point in the history
  • Loading branch information
isc-bsaviano committed Apr 15, 2024
1 parent af99740 commit 4963cad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- Fix issue [#317](https://github.com/intersystems/language-server/issues/317): Add `DocumentLink` for `##class()` in class description comments
- Fix issue [#318](https://github.com/intersystems/language-server/issues/318): Support optional chaining operator in JavaScript colorer
- Fix issue [#319](https://github.com/intersystems/language-server/issues/319): Outline shows routine labels that don't appear in the first column
- Fix issue [#320](https://github.com/intersystems/language-server/issues/320): Turn routine existence diagnostics on by default
- Parser changes:
- DP-430347: Track variables in routine procedure blocks
- DP-430473: Fix variable tracking with embedded SQL in routine procedure blocks
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
"intersystems.language-server.diagnostics.routines": {
"scope": "resource",
"type": "boolean",
"default": false,
"default": true,
"description": "Controls whether error diagnostics are provided when a routine or include file that is being referred to doesn't exist in the database."
},
"intersystems.language-server.diagnostics.parameters": {
Expand Down

0 comments on commit 4963cad

Please sign in to comment.