Skip to content

Commit 499db42

Browse files
committed
Merge remote-tracking branch 'upstream/master' into client-side-compile-update
2 parents e2cba1d + 8e08f5b commit 499db42

24 files changed

+975
-498
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
<!-- Please read our issue reporting guide: https://docs.intersystems.com/components/csp/docbook/DocBook.UI.Page.cls?KEY=GVSCO_reporting -->
11+
<!-- Please read our docs on troubleshooting common issues: https://docs.intersystems.com/components/csp/docbook/DocBook.UI.Page.cls?KEY=GVSCO_editproblems -->
12+
<!-- 🔎 Search existing issues to avoid creating duplicates. -->
13+
<!-- If you are experiencing an issue with the debugger, follow these steps before opening an issue: https://docs.intersystems.com/components/csp/docbook/DocBook.UI.Page.cls?KEY=GVSCO_debug#GVSCO_debug_troubleshoot -->
14+
<!-- If you are experiencing an issue with the Lite Terminal, follow these steps before opening an issue: https://docs.intersystems.com/components/csp/docbook/DocBook.UI.Page.cls?KEY=GVSCO_debug#GVSCO_debug_websocket_debug -->
15+
Are you using client-side or server-side editing?:
16+
17+
- VS Code Version:
18+
- Extension Version:
19+
- OS:
20+
- Server `$ZVERSION` (if applicable):
21+
22+
Steps to Reproduce:
23+
24+
1.
25+
2.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
<!-- 🔎 Search existing issues to avoid creating duplicates. -->
11+
12+
<!-- Describe the feature you'd like. -->

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Change Log
22

3+
## [3.0.6] 09-Sep-2025
4+
- Enhancements
5+
- Add `objectscript.unitTest.enabled` setting (#1627)
6+
- Add a `New File...` command for creating an Interoperability Message (#1629)
7+
- Add logging for file change events synced to the server in client-side folders (#1643)
8+
- Fixes
9+
- Fix more uncaught errors (#1625)
10+
- Better support for server definitions defined at the workspace folder level (#1628)
11+
- Fix web application files not being included in server side search results (#1634) (contributed by @psteiwer)
12+
- Prevent concurrency-related errors when saving server-side files when source control is enabled (#1637)
13+
- Fully stringify `AggregateError` when writing to the Output channel (#1639)
14+
- Prevent errors being logged for folder creation or change events when client-side editing (#1643)
15+
- Update web application and abstract document caches when connection changes (#1644)
16+
- Fix logic that determines when to reload a server-side file's contents after save or compile (#1645)
17+
- Don't append extra trailing newlines when saving server-side web app files (#1648)
18+
319
## [3.0.5] 21-Jul-2025
420
- Enhancements
521
- Better telemetry (#1608)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ To unlock these features (optional):
5555

5656
1. Download and install a beta version from GitHub. This is necessary because Marketplace does not allow publication of extensions that use proposed APIs.
5757
- Go to https://github.com/intersystems-community/vscode-objectscript/releases
58-
- Locate the beta immediately above the release you installed from Marketplace. For instance, if you installed `3.0.5`, look for `3.0.6-beta.1`. This will be functionally identical to the Marketplace version apart from being able to use proposed APIs.
59-
- Download the VSIX file (for example `vscode-objectscript-3.0.6-beta.1.vsix`) and install it. One way to install a VSIX is to drag it from your download folder and drop it onto the list of extensions in the Extensions view of VS Code.
58+
- Locate the beta immediately above the release you installed from Marketplace. For instance, if you installed `3.0.6`, look for `3.0.7-beta.1`. This will be functionally identical to the Marketplace version apart from being able to use proposed APIs.
59+
- Download the VSIX file (for example `vscode-objectscript-3.0.7-beta.1.vsix`) and install it. One way to install a VSIX is to drag it from your download folder and drop it onto the list of extensions in the Extensions view of VS Code.
6060

6161
2. From [Command Palette](https://code.visualstudio.com/docs/getstarted/tips-and-tricks#_command-palette) choose `Preferences: Configure Runtime Arguments`.
6262
3. In the argv.json file that opens, add this line (required for both Stable and Insiders versions of VS Code):

package-lock.json

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

0 commit comments

Comments
 (0)