Skip to content

Commit bce15db

Browse files
Prepare for 1.4.2 release (#875)
1 parent 441226e commit bce15db

File tree

3 files changed

+57
-110
lines changed

3 files changed

+57
-110
lines changed

CHANGELOG.md

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

3+
## [1.4.2] 23-Feb-2022
4+
- Enhancements
5+
- Generate content when a new local class or routine is created (#867)
6+
- Add file icons (#822)
7+
- Support file copying in Explorer, with some [limitations](https://github.com/intersystems-community/vscode-objectscript/issues/854#issuecomment-1036318435) (#857)
8+
- Colorize text in Output channel when using VS Code 1.65 with proposed APIs enabled (#831)
9+
- Improve server-side searching (requires proposed API enabled - see README) (#852)
10+
- Add a distinct languageId (`objectscript-int`) for INT routines (#823)
11+
- Fixes
12+
- Make `Open Terminal in Docker` command work with newer Docker versions (#734)
13+
- Fix case where Quick Open (which requires proposed API) could open a file more than once (#861)
14+
- Avoid unnecessary Language Server work when importing or compiling a folder (#858, #859)
15+
- Activate extension correctly based on file-extensions present in workspace (#868)
16+
- Upgrade vulnerable dependencies
17+
318
## [1.4.1] 14-Jan-2022
419
- Fixes
520
- Version 1.4.0 is failing to activate (#827)

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.1`, look for `1.4.2-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.2-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.2`, look for `1.4.3-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.3-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: 40 additions & 108 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)