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
@@ -41,6 +41,7 @@ The extensions in the InterSystems ObjectScript Extension Pack provide many sett
41
41
|`"objectscript.compileOnSave"`| Automatically compile an InterSystems file when saved in the editor. |`boolean`|`true`||
42
42
|`"objectscript.conn"`| Configures the active server connection. |`object`|`undefined`| See the [Configuration page](../configuration/#config-server-conn) for more details on configuring server connections. |
43
43
|`"objectscript.debug.debugThisMethod"`| Show inline `Debug this method` CodeLens action for ClassMethods. |`boolean`|`true`||
44
+
|`"objectscript.explorer.alwaysShowServerCopy"`| Always show the server copy of a document in the ObjectScript Explorer. |`boolean`|`false`||
44
45
|`"objectscript.export.addCategory"`| Add a category folder to the beginning of the export path. |`boolean` or `object`|`false`||
45
46
|`"objectscript.export.atelier"`| Export source code as Atelier did it, with packages as subfolders. |`boolean`|`true`||
46
47
|`"objectscript.export.category"`| Category of source code to export: `CLS` = classes; `RTN` = routines; `CSP` = csp files; `OTH` = other. Default is `*` = all. |`string` or `object`|`"*"`||
0 commit comments