Skip to content

Commit 7757e92

Browse files
committed
review fixes
1 parent 99162c0 commit 7757e92

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

CHANGELOG.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,30 +6,30 @@ All notable changes to the **kdb VS Code extension** are documented in this file
66

77
### Enhancements
88

9-
- Show stack trace on errors against Insights scratchpad
9+
- Show stack trace for errors in the Insights scratchpad
1010
- Autocomplete for [Query APIs](https://code.kx.com/insights/1.12/enterprise/analysis/queryapi.html)
1111
- Add support for Python for KDB+ connections
12-
- Show a GGPlot when the output of a q query is binary data
12+
- Display GGPlot for binary data output from q queries
1313
- Semantic highlighting for function definitions
14-
- Enhanced results tab table headers
15-
- KDB+ connection query progress
14+
- Improved table headers in the results tab
15+
- Show query progress for KDB+ connections
1616
- Added notification for data source refresh
1717
- Updated screenshots and documentation
1818

1919
### Fixes
2020

21-
- Fixed starting local q server while using WSL
21+
- Fixed issue with starting local q server when using WSL
2222
- Fixed double error message when not able to connect Insights
2323
- Fixewd query errors are being written to the 'kdb' output rather than the 'q console output'
2424
- Fixed editing a connection and move it into an existing group is not working
2525
- Fixed 'query is running' notification should persist until the results are rendered
26-
- Fixed extension becomes unresponsive when showing large tables with KDB Results
26+
- Fixed unresponsiveness of the extension when displaying large tables with KDB Results
2727
- Fixed unicode characters not displayed correctly in results table
2828

2929
### Internal Improvements
3030

31-
- Remove jwtDecode types
32-
- Change the output for local q queries for structured text
31+
- Removed jwtDecode types
32+
- Changed the output for local q queries for structured text
3333

3434
# v1.9.1
3535

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -601,11 +601,11 @@ The following features of [AxLibraries](https://code.kx.com/developer/libraries/
601601
- Grammar of Graphics
602602
- q static linter
603603

604-
**Note:** To use those features, AxLibraries should be installed folowing [installation instructions.](https://code.kx.com/developer/libraries/#installation)
604+
**Note:** To use those features, you should install AxLibraries following the [installation instructions.](https://code.kx.com/developer/libraries/#installation)
605605

606606
### Grammar of Graphics
607607

608-
Calling `.qp.display` will display the plot locally.
608+
Calling `.qp.display` displays the plot locally.
609609

610610
![gg-plot](https://github.com/KxSystems/kx-vscode/blob/main/img/gg-plot.png?raw=true)
611611

0 commit comments

Comments
 (0)