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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,14 +40,14 @@ The extensions in the InterSystems ObjectScript Extension Pack provide many sett
40
40
|`"objectscript.compileFlags"`| Compilation flags. |`string`|`"cuk"`| Common compilation flags are ***b*** (compile dependent classes), ***k*** (keep generated source code) and ***u*** (skip related up-to-date documents). For descriptions of all available flags and qualifiers, click [here](https://docs.intersystems.com/irislatest/csp/docbook/Doc.View.cls?KEY=RCOS_vsystem#RCOS_vsystem_flags_qualifiers). |
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
-
|`"objectscript.conn.ns"`|IRIS namespace to use. |`string`|`undefined`||
43
+
|`"objectscript.conn.ns"`|InterSystems server's namespace to use. |`string`|`undefined`||
44
44
|`"objectscript.conn.active"`| Should the connection be active on startup. |`boolean`|`false`||
45
-
|`"objectscript.conn.username"`|IRIS user name. |`string`|`undefined`||
46
-
|`"objectscript.conn.password"`|IRIS password. |`string`|`undefined`| It's not recommended to specify your password in a config file except when you are using the default password |
47
-
|`"objectscript.conn.server"`|IRIS 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. |
45
+
|`"objectscript.conn.username"`|InterSystems server's user name. |`string`|`undefined`||
46
+
|`"objectscript.conn.password"`|InterSystems server's password. |`string`|`undefined`| It's not recommended to specify your password in a config file except when you are using the default password |
47
+
|`"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. |
48
48
|`"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`||
49
-
|`"objectscript.conn.docker-compose.service"`|IRIS service's name in `docker-compose.yml`. |`string`|`undefined`||
50
-
|`"objectscript.conn.docker-compose .internalPort"`|IRIS 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|
49
+
|`"objectscript.conn.docker-compose.service"`|InterSystems service's name in `docker-compose.yml`. |`string`|`undefined`||
50
+
|`"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|
51
51
|`"objectscript.debug.debugThisMethod"`| Show inline `Debug this method` CodeLens action for ClassMethods. |`boolean`|`true`||
52
52
|`"objectscript.explorer .alwaysShowServerCopy"`| Always show the server copy of a document in the ObjectScript Explorer. |`boolean`|`false`||
53
53
|`"objectscript.export.addCategory"`| Add a category folder to the beginning of the export path. |`boolean` or `object`|`false`||
0 commit comments