Skip to content

Commit 8a8a899

Browse files
authored
Additional documentation for objectscript.export settings (#1121)
1 parent 67891a1 commit 8a8a899

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/SettingsReference.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ The extensions in the InterSystems ObjectScript Extension Pack provide many sett
5353
| `"objectscript.debug.copyToClipboard"` | Show inline `Copy Invocation` CodeLens action for ClassMethods and Routine Labels. | `boolean` | `true` | |
5454
| `"objectscript.debug.debugThisMethod"` | Show inline `Debug` CodeLens action for ClassMethods and Routine Labels. | `boolean` | `true` | |
5555
| `"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` | |
5657
| `"objectscript.export.addCategory"` | Add a category folder to the beginning of the export path. | `boolean` or `object` | `false` | |
5758
| `"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. |
5859
| `"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

Comments
 (0)