Skip to content

Commit 7d74a4b

Browse files
Merge branch 'dev' into v1.14.0-dev-to-main
2 parents 5b8f8db + 60fa60e commit 7d74a4b

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@ All notable changes to the **kdb VS Code extension** are documented in this file
77
### Enhancements
88

99
- 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.
1011
- Added REPL execution support for Python files
1112
- Added REPL execution support in KX Notebooks
1213
- Added `.venv` support to REPL
1314
- Added `.env` support to REPL
1415
- Added workspace picker for REPL for multi-root workspaces
16+
- Implemented stop execution support on Windows
1517
- Enhanced the language server with:
1618
- Pattern matching syntax support
1719
- Filter function support
@@ -20,18 +22,16 @@ All notable changes to the **kdb VS Code extension** are documented in this file
2022

2123
### Fixes
2224

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
2626
- Fixed error messages during clean install
2727
- Support editing connections without the need to re-enter authentication details when just changing port and host
2828
- QSQL endpoint queries now preserve new lines
2929
- Fixed issues where adding BundledQ or MyQ connections did not update connection list
3030

3131
### Internal Improvements
3232

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
3535

3636
# v1.13.1
3737

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ If you want to use q outside of VS Code, set a [`QHOME` environment variable](ht
9696

9797
If q is installed at `C:\q`, then `QHOME` is `C:\q`.
9898

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+
99101
### Versions available
100102

101103
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

Comments
 (0)