Skip to content

Commit 3acde23

Browse files
Merge pull request #497 from mvhenderson/readme-cleanup
Readme cleanup
2 parents 8a3f849 + cb1602b commit 3acde23

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ To unlock these features:
5656
```json
5757
"enable-proposed-api": ["intersystems-community.vscode-objectscript"]
5858
```
59-
4. Restart VS Code.
59+
4. Close and relaunch VS Code.
6060
5. Verify that the ObjectScript channel of the Output panel reports this:
6161
```
6262
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
7171
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:
7272

7373
```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+
}
8484
}
8585
```
8686

@@ -131,9 +131,9 @@ The `csp` query parameter indicates web application files are to be shown. The u
131131
To see only classes in the X.Y package, format the uri like this:
132132

133133
```json
134-
{
135-
"uri": "isfs://local/X/Y?ns=USER&type=cls"
136-
}
134+
{
135+
"uri": "isfs://local/X/Y?ns=USER&type=cls"
136+
}
137137
```
138138

139139
Other query parameters that can be specified:

0 commit comments

Comments
 (0)