Skip to content

Commit 9bf4285

Browse files
update docs for MVVS-2.5.0 release
1 parent 5180a99 commit 9bf4285

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/usage/Connection.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ Following settings are used for U2 connection.
2121
"password": "",
2222
"account": "",
2323
"dataSource": "UNIVERSE",
24-
"port": 31438
24+
"port": 31438,
25+
"rpcName": ""
2526
},
2627
```
2728

@@ -31,6 +32,7 @@ Following settings are used for U2 connection.
3132
- `account`: account name of a U2 server.
3233
- `dataSource`: `UNIVERSE` or `UNIDATA`, by default is `UNIVERSE`. If open multiple workspace folders and set differnet data source in these folders' configuration files, VS Code will choose the root folder's data source as default.
3334
- `port`: port number of U2 server. For UniVerse and UniData, the port number is `31438` by default.
35+
- `rpcName`: optional. Specifies the name of the remote procedure call (RPC) to be used. Common RPC names for `UNIDATA` and `UNIVERSE` are `udcs` and `uvcs`, respectively, but custom RPC names can be configured as needed.
3436

3537
**Note**: Please enter these settings before connecting to the server.
3638

0 commit comments

Comments
 (0)