You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/SettingsReference.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ The extensions in the InterSystems ObjectScript Extension Pack provide many sett
18
18
|`"intersystems.language-server.diagnostics.deprecation"`| Controls whether strikethrough warning diagnostics are provided when a class or class member that is being referred to is deprecated. |`boolean`|`true`||
19
19
|`"intersystems.language-server.diagnostics.parameters"`| Controls whether warning diagnostics are provided when a class Parameter has an invalid type or the assigned value of the Parameter doesn't match the declared type. |`boolean`|`true`||
20
20
|`"intersystems.language-server.diagnostics.routines"`| Controls whether error diagnostics are provided when a routine or include file that is being referred to doesn't exist in the database. |`boolean`|`false`||
21
+
|`"intersystems.language-server.diagnostics.zutil"`| Controls whether diagnostics are provided when a deprecated or superseded `$ZUTIL` function is being called. |`boolean`|`true`||
21
22
|`"intersystems.language-server.formatting.commands.case"`| Controls the case that ObjectScript commands will be changed to during a document formatting request. |`"upper"`, `"lower"` or `"word"`|`"word"`||
22
23
|`"intersystems.language-server.formatting.commands.length"`| Controls the length that ObjectScript commands will be changed to during a document formatting request. |`"short"` or `"long"`|`"long"`||
23
24
|`"intersystems.language-server.formatting.expandClassNames"`| Controls whether short class names will be expanded to include a package during a document formatting request. |`boolean`|`false`||
0 commit comments