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: README.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,16 +71,16 @@ To be able to use many features you first need to configure the connection to yo
71
71
We recommend you define server connections in the `intersystems.servers` object whose structure is defined by the [InterSystems Server Manager](https://marketplace.visualstudio.com/items?itemName=intersystems-community.servermanager) helper extension. Install this extension and consult its README about commands for easy setup of connections, plus assistance when editing the JSON definition. For example:
72
72
73
73
```json
74
-
"intersystems.servers": {
75
-
"local": {
76
-
"webServer": {
77
-
"scheme": "http",
78
-
"host": "127.0.0.1",
79
-
"port": 52773
80
-
},
81
-
"description": "My local IRIS",
82
-
"username": "me"
83
-
}
74
+
"intersystems.servers": {
75
+
"local": {
76
+
"webServer": {
77
+
"scheme": "http",
78
+
"host": "127.0.0.1",
79
+
"port": 52773
80
+
},
81
+
"description": "My local IRIS",
82
+
"username": "me"
83
+
}
84
84
}
85
85
```
86
86
@@ -131,9 +131,9 @@ The `csp` query parameter indicates web application files are to be shown. The u
131
131
To see only classes in the X.Y package, format the uri like this:
0 commit comments