Skip to content

Commit 92ebf0a

Browse files
committed
Prepare 1.4.4 release
1 parent 923c6c9 commit 92ebf0a

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Change Log
22

3+
## [1.4.4] 21-Mar-2022
4+
- Enhancements
5+
- Compile asynchronously to avoid timing out (#890)
6+
- Add `objectscript.explorer.alwaysShowServerCopy` setting to make ObjectScript Explorer always open server-side code, even when local copy exists (#494)
7+
- Move issue reporting instructions from README to [documentation](https://intersystems-community.github.io/vscode-objectscript/feedback/) (#874)
8+
- Fixes
9+
- Fix syncing of local CSP files (#886)
10+
- Stop logging `Non-JSON response` messages to Output (#853)
11+
- Fix server-side searching of CSP files (requires proposed API enabled - see README) (#896)
12+
- User-level `server` setting in `objectscript.conn` no longer overrides a workspace-level `docker-compose` setting (#898)
13+
- Ignore `objectscript.conn.docker-compose` when running in dev container (#900)
14+
- Upgrade vulnerable dependencies.
15+
316
## [1.4.3] 28-Feb-2022
417
- Enhancements
518
- Add `objectscript.openClassContracted` setting (#876)
@@ -19,7 +32,7 @@
1932
- Fix case where Quick Open (which requires proposed API) could open a file more than once (#861)
2033
- Avoid unnecessary Language Server work when importing or compiling a folder (#858, #859)
2134
- Activate extension correctly based on file-extensions present in workspace (#868)
22-
- Upgrade vulnerable dependencies
35+
- Upgrade vulnerable dependencies.
2336

2437
## [1.4.1] 14-Jan-2022
2538
- Fixes

README.md

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

5757
1. Download and install a beta version from GitHub. This is necessary because Marketplace does not allow publication of extensions that use proposed APIs.
5858
- Go to https://github.com/intersystems-community/vscode-objectscript/releases
59-
- Locate the beta immediately above the release you installed from Marketplace. For instance, if you installed `1.4.3`, look for `1.4.4-beta.1`. This will be functionally identical to the Marketplace version apart from being able to use proposed APIs.
60-
- Download the VSIX file (for example `vscode-objectscript-1.4.4-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.
59+
- Locate the beta immediately above the release you installed from Marketplace. For instance, if you installed `1.4.4`, look for `1.4.5-beta.1`. This will be functionally identical to the Marketplace version apart from being able to use proposed APIs.
60+
- Download the VSIX file (for example `vscode-objectscript-1.4.5-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.
6161

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

0 commit comments

Comments
 (0)