Skip to content

Commit c9252da

Browse files
Merge pull request #920 from gjsjohnmurray/prepare-1.6.0
Prepare 1.6.0 release
2 parents 028321c + 8e94e38 commit c9252da

File tree

4 files changed

+19
-5
lines changed

4 files changed

+19
-5
lines changed

CHANGELOG.md

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

3+
## [1.6.0] 06-Apr-2022
4+
Minimum VS Code version is now 1.66.0
5+
- Enhancements
6+
- Colorize text in Output channel (API has finalized) (#910)
7+
- Add `objectscript.export.exactFilter` setting (#913)
8+
- Improve error message when debugging fails to start (#908)
9+
- Fixes
10+
- Align `objectscript.openClassContracted` setting with Studio's behavior (#876)
11+
- Properly handle errors when previewing XML as UDL (#906)
12+
- Fix importing of web app files (#777)
13+
- Correctly use `http.proxyStrictSSL` setting (#919)
14+
- Fix problems caused by extension running on server and VS Code UI in web browser (#911)
15+
- Upgrade vulnerable dependencies.
16+
317
## [1.4.4] 21-Mar-2022
418
- Enhancements
519
- Compile asynchronously to avoid timing out (#890)

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.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.
59+
- Locate the beta immediately above the release you installed from Marketplace. For instance, if you installed `1.6.0`, look for `1.6.1-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.6.1-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):

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-objectscript",
33
"displayName": "InterSystems ObjectScript",
44
"description": "InterSystems ObjectScript language support for Visual Studio Code",
5-
"version": "1.4.5-SNAPSHOT",
5+
"version": "1.6.0-SNAPSHOT",
66
"icon": "images/logo.png",
77
"aiKey": "9cd75d51-697c-406c-a929-2bcf46e97c64",
88
"categories": [

0 commit comments

Comments
 (0)