Skip to content

Commit

Permalink
Releasing v1.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kasecato committed Apr 2, 2023
1 parent badd036 commit 403f9c2
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## 1.5.8 (Apr 2, 2023)

* enhancement - Include the full set of VS Code "format document" commands. See [#288](https://github.com/kasecato/vscode-intellij-idea-keybindings/pull/288)
* enhancement - keybindings of jupyter notebook. See [#281](https://github.com/kasecato/vscode-intellij-idea-keybindings/issues/281)

## 1.5.7 (Mar 12, 2023)

* bug fix - Go Back collides with Outdent Line. See [#285](https://github.com/kasecato/vscode-intellij-idea-keybindings/issues/285)
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# IntelliJ IDEA Key Bindings for Visual Studio Code

[![License: MIT](https://img.shields.io/badge/license-MIT-orange.svg)](LICENSE.md) [![Marketplace Version](https://vsmarketplacebadges.dev/version/k--kato.intellij-idea-keybindings.svg)](https://marketplace.visualstudio.com/items?itemName=k--kato.intellij-idea-keybindings) [![Install](https://vsmarketplacebadges.dev/installs-short/k--kato.intellij-idea-keybindings.svg)](https://marketplace.visualstudio.com/items?itemName=k--kato.intellij-idea-keybindings)
[![License: MIT](https://img.shields.io/badge/license-MIT-orange.png)](LICENSE.md) [![Marketplace Version](https://vsmarketplacebadges.dev/version/k--kato.intellij-idea-keybindings.png)](https://marketplace.visualstudio.com/items?itemName=k--kato.intellij-idea-keybindings) [![Install](https://vsmarketplacebadges.dev/installs-short/k--kato.intellij-idea-keybindings.png)](https://marketplace.visualstudio.com/items?itemName=k--kato.intellij-idea-keybindings)

Port of IntelliJ IDEA key bindings for VS Code. Includes keymaps for popular JetBrains products like IntelliJ Ultimate, WebStorm, PyCharm, PHP Storm, etc.

Expand Down Expand Up @@ -375,6 +375,7 @@ After the initial compile, the source files will be watched and recompiled when
* [@long76](https://github.com/long76)
* [@rxliuli](https://github.com/rxliuli)
* [@bananer](https://github.com/bananer)
* [@a-stewart](https://github.com/a-stewart)


## License
Expand Down
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.7",
"version": "1.5.8",
"publisher": "k--kato",
"engines": {
"vscode": "^1.76.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.7",
"version": "1.5.8",
"publisher": "k--kato",
"engines": {
"vscode": "^1.76.0"
Expand Down

0 comments on commit 403f9c2

Please sign in to comment.