Skip to content

Commit 93bc3ae

Browse files
Merge pull request #567 from KxSystems/v.1.11.1-dev-to-main
V.1.11.1 dev to main
2 parents 83305a1 + 4fa2c83 commit 93bc3ae

File tree

4 files changed

+17
-9
lines changed

4 files changed

+17
-9
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to the **kdb VS Code extension** are documented in this file.
44

5+
# v1.11.1
6+
7+
### Fixes
8+
9+
- Fix README image links
10+
511
# v1.11.0
612

713
### Enhancements

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -540,23 +540,23 @@ When interacting with UDAs, parameter fields are shown for configuration. Note t
540540

541541
You can add new parameters by clicking **Add Parameter**. Both optional and distinguished parameters can be added as needed.
542542

543-
![Add parameters to call UDAs](https://github.com/KxSystems/kx-vscode/blob/img/udas-add-parameters.png?raw=true)
543+
![Add parameters to call UDAs](https://github.com/KxSystems/kx-vscode/blob/main/img/udas-add-parameters.png?raw=true)
544544

545545
**Important!** A UDA cannot be queried if one or more parameters are invalid.
546546

547547
If you attempt to run a UDA with invalid parameters, an error occurs and a pop-up message appears to alert you to the issue.
548548

549-
![Error showing invalid parameters for UDA](https://github.com/KxSystems/kx-vscode/blob/img/udas-invalid-parameter.png?raw=true)
549+
![Error showing invalid parameters for UDA](https://github.com/KxSystems/kx-vscode/blob/main/img/udas-invalid-parameter.png?raw=true)
550550

551-
![Pop-up message UDAs include invalid parameter](https://github.com/KxSystems/kx-vscode/blob/img/udas-error-pop-up.png?raw=true)
551+
![Pop-up message UDAs include invalid parameter](https://github.com/KxSystems/kx-vscode/blob/main/img/udas-error-pop-up.png?raw=true)
552552

553553
In some cases, you can successfully query UDAs without any parameters, as seen in the screenshot below.
554554

555-
![UDAs with no parameters](https://github.com/KxSystems/kx-vscode/blob/img/udas-no-parameters.png?raw=true)
555+
![UDAs with no parameters](https://github.com/KxSystems/kx-vscode/blob/main/img/udas-no-parameters.png?raw=true)
556556

557557
However, you can still modify the parameter list to add parameters by clicking **Add parameter** or deleting parameters using the recycle bin icon.
558558

559-
![Delete UDA parameters](https://github.com/KxSystems/kx-vscode/blob/img/udas-delete-parameters.png?raw=true)
559+
![Delete UDA parameters](https://github.com/KxSystems/kx-vscode/blob/main/img/udas-delete-parameters.png?raw=true)
560560

561561
For more information on User-Defined Analytics, refer to the [UDAs documentation](https://code.kx.com/insights/api/database/uda/uda-overview-introduction.html).
562562

@@ -651,14 +651,16 @@ To create a Workbook and run code against a specific connection:
651651
1. Right-click and choose **KX: Execute Entire File** from the menu.
652652

653653
1. If you have not yet chosen a connection to associate with the workbook you are asked to choose a connection before the code is executed.
654+
654655
![choose connection](https://github.com/KxSystems/kx-vscode/blob/main/img/workbookconnectionlink.png?raw=true)
655656

656657
1. The results populate the kdb results window if it is active, otherwise the output window is populated.
657658

658659
When you save a workbook file the code and the connection details are stored. The workbook icon is green if it is associated with a connection and grey if there is no association.
659660

660661
You can also change the connection associated with a workbook at any time by clicking on **Choose Connection** from above the first line of code in the workbook file.
661-
![choose connection](https://github.com/KxSystems/kx-vscode/blob/main/img/wortkbookplaydropdown.png?raw=true)
662+
663+
![choose connection](https://github.com/KxSystems/kx-vscode/blob/main/img/workbookplaydropdown.png?raw=true)
662664

663665
## Query History
664666

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "kdb",
44
"description": "IDE support for kdb product suite including the q programming language",
55
"publisher": "KX",
6-
"version": "1.11.0",
6+
"version": "1.11.1",
77
"engines": {
88
"vscode": "^1.86.0"
99
},

0 commit comments

Comments
 (0)