Skip to content

Commit

Permalink
Terminology change
Browse files Browse the repository at this point in the history
Configure connection -> Add connection
  • Loading branch information
JosieMD authored Sep 12, 2023
1 parent 24515b7 commit b25c032
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ From the extension, you can connect directly to a q session, or to an instance o

To make a connection, you must:

1. Configure the connection.
1. Add the connection.

Several connection types are available (see below).

2. Connect VS Code to the configured connection.
2. Connect VS Code to the connection.

### Connection types

Expand All @@ -95,15 +95,15 @@ We provide these connection types:

A q session may be [managed or unmanaged](#connection-types).

To configure a connection to a q session and connect to it, use these steps:
To add a connection to a q session and connect to it, use these steps:

1. Enable the q process to communicate with VS Code.

To do this, [set the q process to listen on a port](https://code.kx.com/q/basics/ipc).

Make a note of the port number that you use; you need this in the next step.

1. Configure the connection in VS Code.
1. Add the connection in VS Code.

To do this, click **Connect to kdb server** in the KX side bar.

Expand All @@ -119,9 +119,9 @@ To configure a connection to a q session and connect to it, use these steps:

This name determines whether the connection is managed or unmanaged.

To configure a managed connection, enter *local* here.
To add a managed connection, enter *local* here.

To configure an unmanaged connection, enter any name apart from *local* or *insights* here.
To add an unmanaged connection, enter any name apart from *local* or *insights* here.

*Enter the host name or ip address of the kdb server*

Expand Down Expand Up @@ -156,7 +156,7 @@ To configure a connection to a q session and connect to it, use these steps:

### Connect to an instance of kdb Insights Enterprise

To configure a connection to an instance of kdb Insights Enterprise and connect to it, use these steps:
To add a connection to an instance of kdb Insights Enterprise and connect to it, use these steps:

1. Specify details of the kdb Insights Enterprise endpoint in VS Code.

Expand Down

0 comments on commit b25c032

Please sign in to comment.