Skip to content

Commit

Permalink
releasing v0.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
k--kato committed Aug 9, 2017
1 parent 84f8155 commit 15a66e7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ alt+right | shift+cmd+] | Select next tab (Terminal) | ✅

## Installation

1. Install Visual Studio Code 1.12.0 or higher
1. Install Visual Studio Code 1.13.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 Expand Up @@ -299,6 +299,7 @@ when changes are saved.
* [@joaomoreno](https://github.com/joaomoreno)
* [@kasperpeulen](https://github.com/kasperpeulen)
* [@waderyan](https://github.com/waderyan)
* [@megha-n-bodke](https://github.com/megha-n-bodke)


## License
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "intellij-idea-keybindings",
"version": "0.2.12",
"version": "0.2.13",
"publisher": "k--kato",
"engines": {
"vscode": "^1.12.0"
Expand All @@ -20,12 +20,12 @@
],
"dependencies": {},
"devDependencies": {
"vscode": "^1.1.0",
"vscode": "^1.1.4",
"gulp": "~3.9.1",
"gulp-cli": "~1.3.0",
"gulp-cli": "~1.4.0",
"gulp-strip-json-comments": "~2.1.0",
"gulp-rename": "~1.2.2",
"gulp-jsbeautifier": "~2.1.0"
"gulp-jsbeautifier": "~2.1.1"
},
"extensionDependencies": [],
"isAMD": false,
Expand Down Expand Up @@ -1365,7 +1365,7 @@
{
"key": "alt+9",
"mac": "cmd+9",
"command": "workbench.view.git",
"command": "workbench.view.scm",
"when": "editorFocus",
"intellij": "Open corresponding tool window (Git)"
},
Expand Down
10 changes: 5 additions & 5 deletions src/package-with-comment.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "intellij-idea-keybindings",
"version": "0.2.12",
"version": "0.2.13",
"publisher": "k--kato",
"engines": {
"vscode": "^1.12.0"
Expand All @@ -20,20 +20,20 @@
],
"dependencies": {},
"devDependencies": {
"vscode": "^1.1.0",
"vscode": "^1.1.4",
"gulp": "~3.9.1",
"gulp-cli": "~1.3.0",
"gulp-cli": "~1.4.0",
"gulp-strip-json-comments": "~2.1.0",
"gulp-rename": "~1.2.2",
"gulp-jsbeautifier": "~2.1.0"
"gulp-jsbeautifier": "~2.1.1"
},
"extensionDependencies": [],
"isAMD": false,
"scripts": {
"gulp": "./node_modules/.bin/gulp",
"postinstall": "node ./node_modules/vscode/bin/install"
},
"icon": "index.svg",
"icon": "index.png",
"license": "MIT",
"homepage": "https://github.com/k--kato/vscode-intellij-idea-keybindings#readme",
"repository": {
Expand Down

0 comments on commit 15a66e7

Please sign in to comment.