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
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,9 +48,10 @@ The extensions in the InterSystems ObjectScript Extension Pack provide many sett
48
48
|`"objectscript.conn.server"`| InterSystems server's name in Server Manager settings from which to get connection info. |`string`|`undefined`| Specify only `ns` and `active` when using this setting. See the [Server Manager README](https://github.com/intersystems-community/intersystems-servermanager) for more details. |
49
49
|`"objectscript.conn.docker-compose"`| Configures the active server port using information from a file which must be named `docker-compose.yml` in the project's root directory. |`object`|`undefined`||
50
50
|`"objectscript.conn.docker-compose.service"`| InterSystems service's name in `docker-compose.yml`. |`string`|`undefined`||
51
-
|`"objectscript.conn.docker-compose .internalPort"`| InterSystems service's internal port in `docker-compose.yml`. |`object`|`undefined`| This should almost always be 52773 unless your IRIS server is configured in a non-standard way|
52
-
|`"objectscript.debug.debugThisMethod"`| Show inline `Debug this method` CodeLens action for ClassMethods. |`boolean`|`true`||
53
-
|`"objectscript.explorer .alwaysShowServerCopy"`| Always show the server copy of a document in the ObjectScript Explorer. |`boolean`|`false`||
51
+
|`"objectscript.conn.docker-compose.internalPort"`| InterSystems service's internal port in `docker-compose.yml`. |`object`|`undefined`| This should almost always be 52773 unless your IRIS server is configured in a non-standard way |
52
+
|`"objectscript.debug.copyToClipboard"`| Show inline `Copy Invocation` CodeLens action for ClassMethods and Routine Labels. |`boolean`|`true`||
53
+
|`"objectscript.debug.debugThisMethod"`| Show inline `Debug` CodeLens action for ClassMethods and Routine Labels. |`boolean`|`true`||
54
+
|`"objectscript.explorer.alwaysShowServerCopy"`| Always show the server copy of a document in the ObjectScript Explorer. |`boolean`|`false`||
54
55
|`"objectscript.export.addCategory"`| Add a category folder to the beginning of the export path. |`boolean` or `object`|`false`||
55
56
|`"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. |
56
57
|`"objectscript.export.category"`| Category of source code to export: `CLS` = classes; `RTN` = routines; `CSP` = csp files; `OTH` = other. Default is `*` = all. |`string` or `object`|`"*"`||
@@ -61,7 +62,7 @@ The extensions in the InterSystems ObjectScript Extension Pack provide many sett
61
62
|`"objectscript.export.generated"`| Export generated source code files, such as INTs generated from classes. |`boolean`|`false`||
62
63
|`"objectscript.export.map"`| Map file names before export, with regexp pattern as a key and replacement as a value. |`object`|`{}`| For example, `{ \"%(.*)\": \"_$1\" }` to make % classes or routines use underscore prefix instead. |
63
64
|`"objectscript.export.mapped"`| Export source code files mapped from a non-default database. |`boolean`|`true`||
64
-
|`"objectscript.export.maxConcurrentConnections"`| Maximum number of concurrent export connections. |`number`|`0`| 0 = unlimited |
65
+
|`"objectscript.export.maxConcurrentConnections"`| Maximum number of concurrent export connections. |`number`|`0`| 0 = unlimited |
65
66
|`"objectscript.export.noStorage"`| Strip the storage definition on export. |`boolean`|`false`| Can be useful when working across multiple systems. |
66
67
|`"objectscript.format.commandCase"`| Case for commands. |`"upper"`, `"lower"` or `"word"`|`"word"`| Has no effect if the `InterSystems Language Server` extension is installed and enabled. |
67
68
|`"objectscript.format.functionCase"`| Case for system functions and system variables. |`"upper"`, `"lower"` or `"word"`|`"word"`| Has no effect if the `InterSystems Language Server` extension is installed and enabled. |
0 commit comments