Skip to content

Commit

Permalink
Merge pull request #29 from KxSystems/v-0-1-14
Browse files Browse the repository at this point in the history
0.1.14 release, updated docs
  • Loading branch information
Philip-Carneiro-KX authored May 31, 2023
2 parents 386cdc4 + 795f78f commit d37135f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to the kdb extension will be documented in this file.

# 0.1.14

### Fixes

- Fix where namespaces without a prefix would have duplicate items and incorrect contexts

- Fix to display objects in the default namespace with no prepended "."

- Fix to only allow expanding the instance/node if a connection is active

- Fix to filter "," namespace from views retrieval

# 0.1.13

### Enhancements
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ q files can be executed by right-clicking the editor and choosing 'Execute Entir

- Code hierarchy functionality may experience performance issues

- Smart scroll may cause issues with query output, if experiencing issues please disable the Output > Smart Scroll setting and enable Auto Scrolling in the Output pane by clicking the lock icon at the top right

## Support/Feedback

Any feedback is welcome via the KX [#vscode-extension-help](https://kxsys.slack.com/archives/C057T0J659N) Slack channel
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "kdb vscode",
"description": "Extension to help with q and kdb",
"publisher": "KX",
"version": "0.1.13",
"version": "0.1.14",
"engines": {
"vscode": "^1.66.0"
},
Expand Down

0 comments on commit d37135f

Please sign in to comment.