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
@@ -53,6 +53,7 @@ The extensions in the InterSystems ObjectScript Extension Pack provide many sett
53
53
|`"objectscript.debug.copyToClipboard"`| Show inline `Copy Invocation` CodeLens action for ClassMethods and Routine Labels. |`boolean`|`true`||
54
54
|`"objectscript.debug.debugThisMethod"`| Show inline `Debug` CodeLens action for ClassMethods and Routine Labels. |`boolean`|`true`||
55
55
|`"objectscript.explorer.alwaysShowServerCopy"`| Always show the server copy of a document in the ObjectScript Explorer. |`boolean`|`false`||
56
+
|`"objectscript.export"`| Configures the files that the `Export Code from Server` command will export from the server to the local workspace folder. |`object`|`undefined`||
56
57
|`"objectscript.export.addCategory"`| Add a category folder to the beginning of the export path. |`boolean` or `object`|`false`||
57
58
|`"objectscript.export.atelier"`| Export source code as Atelier did it, with packages as subfolders. |`boolean`|`true`| This setting only affects classes, routines, include files and DFI files. |
58
59
|`"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