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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ The extensions in the InterSystems ObjectScript Extension Pack provide many sett
43
43
|`"objectscript.debug.debugThisMethod"`| Show inline `Debug this method` CodeLens action for ClassMethods. |`boolean`|`true`||
44
44
|`"objectscript.explorer.alwaysShowServerCopy"`| Always show the server copy of a document in the ObjectScript Explorer. |`boolean`|`false`||
45
45
|`"objectscript.export.addCategory"`| Add a category folder to the beginning of the export path. |`boolean` or `object`|`false`||
46
-
|`"objectscript.export.atelier"`| Export source code as Atelier did it, with packages as subfolders. |`boolean`|`true`||
46
+
|`"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. |
47
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`|`"*"`||
48
48
|`"objectscript.export.dontExportIfNoChanges"`| Do not rewrite the local file if the content is identical to what came from the server. |`boolean`|`false`||
49
49
|`"objectscript.export.exactFilter"`| SQL filter to limit what to export. |`string`|`""`| The filter is applied to document names using the [LIKE predicate](https://irisdocs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cls?KEY=RSQL_like) (i.e. `Name LIKE 'exactFilter'`). If provided, `objectscript.export.filter` is ignored. |
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1117,7 +1117,7 @@
1117
1117
"additionalProperties": false
1118
1118
},
1119
1119
"atelier": {
1120
-
"description": "Export source code as Atelier did it, with packages as subfolders.",
1120
+
"description": "Export source code as Atelier did it, with packages as subfolders. This setting only affects classes, routines, include files and DFI files.",
0 commit comments