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: CHANGELOG.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,13 @@ All notable changes to the **kdb VS Code extension** are documented in this file
7
7
### Enhancements
8
8
9
9
- Added a new setting to hide detailed console query output that, when disabled, shows the query that generated the output, the connection the query was run on, and the time when it was run
10
+
- The `QHOME` environment variable and the `kdb.qHomeDirectory` setting are now treated as identical when locating the q executable for REPL and bundled q connections.
10
11
- Added REPL execution support for Python files
11
12
- Added REPL execution support in KX Notebooks
12
13
- Added `.venv` support to REPL
13
14
- Added `.env` support to REPL
14
15
- Added workspace picker for REPL for multi-root workspaces
16
+
- Implemented stop execution support on Windows
15
17
- Enhanced the language server with:
16
18
- Pattern matching syntax support
17
19
- Filter function support
@@ -20,18 +22,16 @@ All notable changes to the **kdb VS Code extension** are documented in this file
20
22
21
23
### Fixes
22
24
23
-
- Fixed issues with bundled q connections failing on remote
24
-
- Enabled debugging of single test files from the UI
25
-
- Stop execution support on Windows
25
+
- Fixed issues with bundled q connections failing on remote setups
26
26
- Fixed error messages during clean install
27
27
- Support editing connections without the need to re-enter authentication details when just changing port and host
28
28
- QSQL endpoint queries now preserve new lines
29
29
- Fixed issues where adding BundledQ or MyQ connections did not update connection list
30
30
31
31
### Internal Improvements
32
32
33
-
-Breakdown test files
34
-
-Added support for debugging single test files using the UI
33
+
-Split large test files into smaller, category-specific files for better readability and maintainability
34
+
-Test files can now be run one by one instead of all at once
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,6 +96,8 @@ If you want to use q outside of VS Code, set a [`QHOME` environment variable](ht
96
96
97
97
If q is installed at `C:\q`, then `QHOME` is `C:\q`.
98
98
99
+
**Note!** The kdb VS Code Extension treats the `QHOME` environment variable and the `kdb.qHomeDirectory` setting as identical when locating the q executable for REPL and bundled q connections. For more details, refer to the [QHomeDirectory](https://github.com/KxSystems/kx-vscode/wiki/qHomeDirectory) wiki page.
100
+
99
101
### Versions available
100
102
101
103
There are commercial and non-commercial editions available. We recommend you start with the kdb+ Personal Edition or kdb Insights Personal Edition. The following table lists the editions with links to downloads and the functionality they support.
0 commit comments