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
Copy file name to clipboardExpand all lines: README.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
The **kdb Visual Studio Code extension** provides developers with an extensive set of features that enables them to create and edit q files, connect to multiple kdb processes, and execute queries.
6
6
7
-
This extension serves as an IDE for [KDB-X](https://code.kx.com/kdb-x/) and can also be used with [kdb Insights Enterprise](https://code.kx.com/insights/enterprise/index.html) when using a shared kdb process. In addition, it supports the older kdb+ Personal Edition and kdb+ SDK, working with any q executable.
7
+
This extension serves as an IDE for [KDB-X](https://code.kx.com/kdb-x/) and can also be used with [kdb Insights Enterprise](https://code.kx.com/insights/enterprise/index.html). In addition, it supports the kdb+ Personal Edition and kdb Insights SDK, working with any q executable.
8
8
9
9
## Contents
10
10
@@ -74,7 +74,7 @@ When first opening the KX extension, you are greeted by a **Welcome to KDB-X** m
74
74
75
75

76
76
77
-
**Note!** If you are an existing user who has previously disabled the welcome screen, use the `Welcome to KDB-X` command in the Command Palette to re-enable it. Furthermore, if you already have the KDB-X license key and you want to install it for example on a remote machine, run the `Install KDB-X` command.
77
+
**Note!** If you are an existing user who has previously disabled the welcome screen, use the `Welcome to KDB-X` command in the Command Palette to re-enable it. Furthermore, if you already have the KDB-X license key and you want to use it, for example on a remote machine, run the `Install KDB-X` command.
78
78
79
79

80
80
@@ -83,11 +83,11 @@ When first opening the KX extension, you are greeted by a **Welcome to KDB-X** m
83
83
1. Log in or create an account
84
84
85
85
- When prompted, a browser window opens automatically.
86
-
-Enter your email address, verify using the code sent to you, and accept the KDB-X EULA.
86
+
-Log in using your email address (verify using the code sent to you) or sign in with Google, then accept the KDB-X EULA.
87
87
88
88
2. Retrieve your KDB-X license key
89
89
90
-
- After log in, navigate to the [KDB-X Welcome Page](https://developer.kx.com/products/kdb-x/install) or check your welcome email to copy your unique license key.
90
+
- After login, navigate to the [KDB-X Welcome Page](https://developer.kx.com/products/kdb-x/install) or check your welcome email to copy your unique license key.
91
91
92
92
3. Activate KDB-X in VS Code
93
93
@@ -141,8 +141,6 @@ REPL can be started from the command prompt by searching **>repl**.
**Important!** Before running code in the REPL interactive terminal, ensure that your [Q Home Directory](#using-q-outside-of-vs-code) is correctly configured in VSCode. This setting is required to set up the q runtime environment for the interactive terminal. To configure the Q Home Directory, go to **VSCode Settings > Extension > kdb** and enter the path for the `q` runtime.
145
-
146
144
To execute a q file in REPL:
147
145
148
146
1. Click **Choose Connection**
@@ -183,7 +181,7 @@ In addition to q and Python files, SQL files are also supported for execution wi
183
181
184
182
## Connections
185
183
186
-
The **kdb VS Code extension** allows you to have multiple connections open at once, enabling development and testing across different q and kdb Insights Enterprise connections using both q and Python.
184
+
The **kdb VS Code extension** allows you to have multiple connections open at once, enabling development and testing across different KDB-X and kdb Insights Enterprise connections using both q and Python.
0 commit comments