Releases: deephaven/vscode-deephaven
Releases · deephaven/vscode-deephaven
v0.1.14-pre
v0.1.14-pre
Features
Basic DH Enterprise Support (user / pwd auth only) !!
- Create default interactive console PQ connection #143
- Fetch DHE js api from server #79
- feat: Worker settings by @bmingles in #157
Bug Fixes
PRs
- build: v0.1.13-pre release by @bmingles in #146
- build: Converted project to use esbuild by @bmingles in #148
- fix: Fixed problem matcher bug by @bmingles in #149
- refactor: Refactored to use ServerConnection interface by @bmingles in #150
- feat: Connect to DHE worker by @bmingles in #134
- feat: Worker settings by @bmingles in #157
v0.1.13-pre
v0.1.12-pre
v0.1.11-pre
v0.1.10-pre
v0.1.10-pre (2024-09-09)
Features
- Manage pip installed servers from extension #108
- Panels should be associated with specific servers #90
PRs
v0.1.9
v0.1.9-pre (2024-08-30)
Features
- Re-implement "Run Deephaven Selected Lines" code lens as a hover provider #109
- "Run Deephaven selected code" on hover
- "Run Deephaven selected code" for multi-cursor selections
- Theme Selection / Configuration #37
PRs
v0.1.8-pre
v0.1.8-pre (2024-08-29)
⚠ BREAKING CHANGES
- Config setting keys were changed from hyphenated names to camelCase ones.
- The expanded url config no longer has a
consoleType
attribute. It has been renamed tolabel
"deephaven.coreServers": [
"http://localhost:10010/",
{
"label": "My Other Server",
"url": "http://localhost:10011/"
}
]
Features
PRs
v0.1.7-pre
v0.1.7-pre (2024-08-09)
Bug Fixes
- Tweaked the "Run Deephaven Selected Lines" code lens to only show if non-whitespace is included in selection
PRs
v0.1.6-pre
v0.1.6-pre (2024-08-07)
Features
- Groovy support #63
- vscode extension only supports Python servers #34
- Don't always show extension #55
- Add top padding to panels #77
- Setup unit / integration tests #29
- Editor context menus #82
Bug Fixes
Docs
PRs
- build: e2e-comment.yml file by @bmingles in #58
- build: e2e comment by @bmingles in #59
- build: e2e comment by @bmingles in #60
- build: Renamed workflow dependency by @bmingles in #61
- build: Run on failure by @bmingles in #62
- build: Multiple PR comments by @bmingles in #64
- ci: CI Testing by @bmingles in #57
- docs: Updated README regarding
ui
snippets. by @bmingles in #75 - fix: Add top padding to webview panels by @bmingles in #78
- feat: Added editor context menu items by @bmingles in #83
- feat: Groovy support by @bmingles in #70