Releases: consistem/vscode-objectscript
Releases · consistem/vscode-objectscript
v3.4.1-beta.1
Merge/upstream 2026 01 12 (#74) * Prevent users from accidentally opening multiple copies of the same class or routine (#1666) * Fix opening server-side generated INT routines (#1668) * Fix running unit tests from a root test item (#1669) * Bump js-yaml from 4.1.0 to 4.1.1 (#1670) Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.1.1. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/4.1.0...4.1.1) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.1.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump glob from 11.0.1 to 11.1.0 (#1673) Bumps [glob](https://github.com/isaacs/node-glob) from 11.0.1 to 11.1.0. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](https://github.com/isaacs/node-glob/compare/v11.0.1...v11.1.0) --- updated-dependencies: - dependency-name: glob dependency-version: 11.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix automatic refresh of server-side documents after save and compile (#1678) * Fix `Show Plan` for IRIS 2026.1+ (#1679) * Insert file stub snippet when creating a new class or routine using client-side editing (#1681) * chore: `npm audit fix` (#1682) * Trigger server-side source control `OpenedDocument` UserAction after a project is modified (#1685) * Remove barely used configuration settings (#1683) * Prepare 3.4.0 release (#1692) * auto bump version with release * Add `Func` suffix to `Copy Invocation` result for Queries (#1695) * Fix extension activation when clicking on InterSystems view container in an empty workspace folder (#1694) --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Brett Saviano <bsaviano@intersystems.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: John Murray <johnm@georgejames.com> Co-authored-by: ProjectBot <bot@users.noreply.github.com>
v3.4.0
v3.2.1-beta.18
Fix unit test failure (#73)
v3.2.1-beta.17
Implements trigger locator tool (#71)
v3.2.1-beta.16
Feat unit tests customization (#69) * Customizing unit tests in the VS Code extension * Customizing unit tests in the VS Code extension * Ajustes finais em unit tests
v3.2.1-beta.15
Fix context help identation (#62) * fix(context-help): correct indentation alignment in context help display * fix(context-help): correct indentation alignment in context help display * Ajust identation sintax
v3.2.1-beta.14
Feat context-help: prioritize textExpression when present and open pr…
v3.2.1-beta.13
Add new Consistem code snippet (#57)
v3.2.1-beta.12
Context-help: add new response handling for context help API (#56)
v3.2.1-beta.11
Adjust context help alignment for consistent indentation (#55) This pull request corrects the indentation logic in the context help display to ensure consistent alignment between text lines. It refactors the whitespace handling and improves the visual structure of the context help content.