Skip to content

Commit d9ce1be

Browse files
committed
changed IRIS to InterSystems
1 parent a72f078 commit d9ce1be

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/SettingsReference.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ The extensions in the InterSystems ObjectScript Extension Pack provide many sett
4040
| `"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). |
4141
| `"objectscript.compileOnSave"` | Automatically compile an InterSystems file when saved in the editor. | `boolean` | `true` | |
4242
| `"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` | |
4444
| `"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. |
4848
| `"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|
5151
| `"objectscript.debug.debugThisMethod"` | Show inline `Debug this method` CodeLens action for ClassMethods. | `boolean` | `true` | |
5252
| `"objectscript.explorer .alwaysShowServerCopy"` | Always show the server copy of a document in the ObjectScript Explorer. | `boolean` | `false` | |
5353
| `"objectscript.export.addCategory"` | Add a category folder to the beginning of the export path. | `boolean` or `object` | `false` | |

0 commit comments

Comments
 (0)