Skip to content

Commit

Permalink
Releasing v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kasecato committed Jan 29, 2021
1 parent a919083 commit 1f3dc62
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 1.2.2 (Jan 30, 2021)

* bug fix - Unable to import keybindings. See [#203](https://github.com/kasecato/vscode-intellij-idea-keybindings/issues/203)

## 1.2.1 (Jan 28, 2021)

* bug fix - Fresh install could not find an import command. See [#201](https://github.com/kasecato/vscode-intellij-idea-keybindings/issues/201)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

17 changes: 10 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "intellij-idea-keybindings",
"version": "1.2.1",
"version": "1.2.2",
"publisher": "k--kato",
"engines": {
"vscode": "^1.52.0"
Expand Down Expand Up @@ -59,12 +59,15 @@
],
"main": "./out/extension",
"contributes": {
"commands": [{
"command": "intellij.importKeyMapsSchema",
"title": "Import IntelliJ Keybindngs (XML)",
"category": "IntelliJ Keybindings"
}],
"keybindings": [{
"commands": [
{
"command": "intellij.importKeyMapsSchema",
"title": "Import IntelliJ Keybindngs (XML)",
"category": "IntelliJ Keybindings"
}
],
"keybindings": [
{
"key": "ctrl+shift+enter",
"mac": "cmd+shift+enter",
"command": "acceptSelectedSuggestion",
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.2.1",
"version": "1.2.2",
"publisher": "k--kato",
"engines": {
"vscode": "^1.52.0"
Expand Down

0 comments on commit 1f3dc62

Please sign in to comment.