Skip to content

Commit

Permalink
Merge pull request #265 from KxSystems/KXI-37739-2
Browse files Browse the repository at this point in the history
Fix README
  • Loading branch information
Philip-Carneiro-KX authored Mar 12, 2024
2 parents e6d5b1d + fe7280e commit d074cfc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ This runs a q session using the existing kdb installed as part of the kdb VS Cod

**Step 6**: Click **Create connection** to confirm the _connection creation_

**Step 7**: Right-click the q bundled process listed under _KX:CONNECTIONS_, and click _Start q process_.
**Step 7**: Right-click the q bundled process listed under _KX:CONNECTIONS_, and click _Start q process_.

![setendpoint](https://github.com/KxSystems/kx-vscode/blob/main/img/managedqprocess.jpg?raw=true)

Expand All @@ -135,7 +135,7 @@ If you close the extension, the connection to the child q process also closes.

![setendpoint](https://github.com/KxSystems/kx-vscode/blob/main/img/myq.png?raw=true)

**Step 4**: Assign a _server name / alias_. The server name selected **cannot be `local` or `insights`**, as these are reserved for use by [managed q sessions](#bundled-q) and [kdb Insights Enterprise connections](#insights-connection); e.g. _dev_
**Step 4**: Assign a _server name / alias_. The server name selected **cannot be `local` or `insights`**, as these are reserved for use by [Bundled q connections](#bundled-q) and [Insights connections](#insights-connection), respectively; e.g. dev

**Step 5**: Set the _connection address_ or ip address of the kdb server; e.g. _localhost_.

Expand Down Expand Up @@ -165,7 +165,7 @@ For kdb Insights Enterprise, the kdb VS Code extension is using a shared kdb pro

![connecttoinsights](https://github.com/KxSystems/kx-vscode/blob/main/img/insightsconnection.png?raw=true)

**Step 3**: Create a _server name / alias_; this can be any name, aside from local`, which is used by q [bundled connection](#bundled-q).
**Step 3**: Create a _server name / alias_; this can be any name, aside from `local`, which is used by [Bundled q connection](#bundled-q).

**Step 4**: Set the _hostname_. This is the remote address of your kdb Insights Enterprise deployment: e.g `https://mykdbinsights.cloudapp.azure.com`

Expand Down

0 comments on commit d074cfc

Please sign in to comment.