diff --git a/.vscodeignore b/.vscodeignore index e227c88..e9bb5b1 100644 --- a/.vscodeignore +++ b/.vscodeignore @@ -14,6 +14,7 @@ coverage/** .vscode/** .idea/** .jsbeautifyrc +.prettierignore .prettierrc.yml dist/**/*.map webpack.config.js \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index bc53e75..b13ad49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index 81bcce7..67cf860 100644 --- a/README.md +++ b/README.md @@ -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` diff --git a/intellij-idea-keybindings-1.5.3.zip b/intellij-idea-keybindings-1.5.3.zip new file mode 100644 index 0000000..a521d34 Binary files /dev/null and b/intellij-idea-keybindings-1.5.3.zip differ diff --git a/package-lock.json b/package-lock.json index 8974db7..9188945 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "intellij-idea-keybindings", - "version": "1.5.2", + "version": "1.5.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "intellij-idea-keybindings", - "version": "1.5.2", + "version": "1.5.3", "license": "MIT", "dependencies": { "fast-xml-parser": "^4.0.10", diff --git a/package.json b/package.json index 19f105b..7644121 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "intellij-idea-keybindings", - "version": "1.5.2", + "version": "1.5.3", "publisher": "k--kato", "engines": { "vscode": "^1.71.0" diff --git a/src/package-with-comment.json b/src/package-with-comment.json index 6d25411..3ee6093 100644 --- a/src/package-with-comment.json +++ b/src/package-with-comment.json @@ -1,6 +1,6 @@ { "name": "intellij-idea-keybindings", - "version": "1.5.2", + "version": "1.5.3", "publisher": "k--kato", "engines": { "vscode": "^1.71.0"