Skip to content

Commit

Permalink
Merge pull request #251 from KxSystems/KXI-32506
Browse files Browse the repository at this point in the history
KXI-32506 - change the way to add new connections
  • Loading branch information
Philip-Carneiro-KX authored Feb 28, 2024
2 parents 2a2d495 + 74a7910 commit 6cfc7fa
Show file tree
Hide file tree
Showing 17 changed files with 1,424 additions and 516 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -403,8 +403,8 @@ To update kdb VS Code settings, search for `kdb` from _Preferences_ > _Settings_
| F12 | Go to definition |
| Shift + F12 | Go to references |
| Ctrl + Shift + F12 | Find all references |
| Ctrl + Q | Execute current selection |
| Ctrl + Shift + Q | Execute entire file |
| Ctrl + D | Execute current selection |
| Ctrl + Shift + D | Execute entire file |
| Ctrl + Shift + R | Run q file in new q instance |

### For MacOS
Expand All @@ -414,6 +414,6 @@ To update kdb VS Code settings, search for `kdb` from _Preferences_ > _Settings_
| F12 | Go to definition |
| Shift + F12 | Go to references |
| ⌘ + Shift + F12 | Find all references |
| ⌘ + Q | Execute current selection |
| ⌘ + Shift + Q | Execute entire file |
| ⌘ + D | Execute current selection |
| ⌘ + Shift + D | Execute entire file |
| ⌘ + Shift + R | Run q file in new q instance |
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "kdb",
"description": "IDE support for kdb product suite",
"publisher": "KX",
"version": "1.3.0",
"version": "1.4.0",
"engines": {
"vscode": "^1.75.0"
},
Expand Down Expand Up @@ -33,6 +33,9 @@
"activationEvents": [
"onCommand:kdb.installTools",
"onCommand:kdb.addConnection",
"onCommand:kdb.newConnection.createNewInsightConnection",
"onCommand:kdb.newConnection.createNewConnection",
"onCommand:kdb.newConnection.createNewBundledConnection",
"onCommand:kdb.removeConnection",
"onCommand:kdb.connect",
"onCommand:kdb.disconnect",
Expand Down Expand Up @@ -720,7 +723,7 @@
"ag-grid-community": "^31.0.1",
"antlr4-runtime": "^4.13.0",
"antlr4ts": "^0.5.0-alpha.4",
"axios": "^1.6.5",
"axios": "^1.6.7",
"chevrotain": "^10.5.0",
"csv-parser": "^3.0.0",
"esbuild-plugin-copy": "^2.1.1",
Expand Down
Loading

0 comments on commit 6cfc7fa

Please sign in to comment.