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
5. Verify that the ObjectScript channel of the Output panel reports this:
61
61
```
62
62
intersystems-community.vscode-objectscript version X.Y.Z-beta.1 activating with proposed APIs available.
@@ -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