Skip to content

Commit

Permalink
Releasing v1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kasecato committed Sep 19, 2022
1 parent d6e85ef commit d1f0dbb
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 5 deletions.
1 change: 1 addition & 0 deletions .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ coverage/**
.vscode/**
.idea/**
.jsbeautifyrc
.prettierignore
.prettierrc.yml
dist/**/*.map
webpack.config.js
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 1.5.3 (Sep 19, 2022)

* bug fix - No code actions for 'source.overrideMethods' available. See [#266](https://github.com/kasecato/vscode-intellij-idea-keybindings/issues/266)
* enhancement - Go to super-method / super-class Ctrl + U. See [#251](https://github.com/kasecato/vscode-intellij-idea-keybindings/issues/251)
* bug fix - Ctrl keys in terminal should pass to shell. See [#250](https://github.com/kasecato/vscode-intellij-idea-keybindings/issues/250)
* bug fix - Reformat selected code is not work. See [#248](https://github.com/kasecato/vscode-intellij-idea-keybindings/issues/248)

## 1.5.2 (Jul 28, 2022)

* enhancement - Add support for the find in folder alternative command. See [#267](https://github.com/kasecato/vscode-intellij-idea-keybindings/pull/267)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ shift+ctrl+c | shift+cmd+c | Copy paths | ✅

## Installation

1. Install Visual Studio Code 1.69.0 or higher
1. Install Visual Studio Code 1.71.0 or higher
1. Launch Code
1. From the extension view `Ctrl`-`Shift`-`X` (Windows, Linux) or `Cmd`-`Shift`-`X` (macOS)
1. Search and Choose the extension `Intellij IDEA Keybindings`
Expand Down
Binary file added intellij-idea-keybindings-1.5.3.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "intellij-idea-keybindings",
"version": "1.5.2",
"version": "1.5.3",
"publisher": "k--kato",
"engines": {
"vscode": "^1.71.0"
Expand Down
2 changes: 1 addition & 1 deletion src/package-with-comment.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "intellij-idea-keybindings",
"version": "1.5.2",
"version": "1.5.3",
"publisher": "k--kato",
"engines": {
"vscode": "^1.71.0"
Expand Down

0 comments on commit d1f0dbb

Please sign in to comment.