Skip to content

Releases: consistem/vscode-objectscript

v3.4.1-beta.1

12 Jan 16:43
abd89c8

Choose a tag to compare

v3.4.1-beta.1 Pre-release
Pre-release
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

12 Jan 16:57
abd89c8

Choose a tag to compare

See CHANGELOG for details

v3.2.1-beta.18

17 Dec 16:50
dd2bb63

Choose a tag to compare

v3.2.1-beta.18 Pre-release
Pre-release
Fix unit test failure (#73)

v3.2.1-beta.17

22 Nov 19:06
d6044fc

Choose a tag to compare

v3.2.1-beta.17 Pre-release
Pre-release
Implements trigger locator tool (#71)

v3.2.1-beta.16

22 Nov 11:46
60ea6bf

Choose a tag to compare

v3.2.1-beta.16 Pre-release
Pre-release
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

06 Nov 11:16
9416176

Choose a tag to compare

v3.2.1-beta.15 Pre-release
Pre-release
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

05 Nov 13:45
5b5bee8

Choose a tag to compare

v3.2.1-beta.14 Pre-release
Pre-release
Feat context-help: prioritize textExpression when present and open pr…

v3.2.1-beta.13

05 Nov 12:13
77e016d

Choose a tag to compare

v3.2.1-beta.13 Pre-release
Pre-release
Add new Consistem code snippet (#57)

v3.2.1-beta.12

05 Nov 02:10
b050ee8

Choose a tag to compare

v3.2.1-beta.12 Pre-release
Pre-release
Context-help: add new response handling for context help API (#56)

v3.2.1-beta.11

05 Nov 00:32
cedc0e1

Choose a tag to compare

v3.2.1-beta.11 Pre-release
Pre-release
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.