Skip to content

Commit

Permalink
fixed #8 Command workbench.files.action.closeFile is now deprecated (#9)
Browse files Browse the repository at this point in the history
* fixed #8 deprecated

* version up v0.1.4
  • Loading branch information
Keisuke KATO authored Jul 16, 2016
1 parent b1b311f commit d56eaf7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "intellij-idea-keybindings",
"version": "0.1.3",
"version": "0.1.4",
"publisher": "k--kato",
"engines": {
"vscode": "1.3.x"
Expand All @@ -22,7 +22,7 @@
"devDependencies": {
"vscode": "^0.11.14",
"gulp": "~3.9.1",
"gulp-cli": "~1.2.1",
"gulp-cli": "~1.2.2",
"gulp-strip-json-comments": "~2.0.0",
"gulp-rename": "~1.2.2",
"gulp-jsbeautifier": "~2.0.3"
Expand Down Expand Up @@ -391,7 +391,7 @@
{
"key": "ctrl+f4",
"mac": "cmd+w",
"command": "workbench.files.action.closeFile",
"command": "workbench.action.closeActiveEditor",
"intellij": "Close active editor tab"
},

Expand Down
6 changes: 3 additions & 3 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.1.3",
"version": "0.1.4",
"publisher": "k--kato",
"engines": {
"vscode": "1.3.x"
Expand All @@ -23,7 +23,7 @@
"devDependencies": {
"vscode": "^0.11.14",
"gulp": "~3.9.1",
"gulp-cli": "~1.2.1",
"gulp-cli": "~1.2.2",
"gulp-strip-json-comments": "~2.0.0",
"gulp-rename": "~1.2.2",
"gulp-jsbeautifier": "~2.0.3"
Expand Down Expand Up @@ -408,7 +408,7 @@
{
"key": "ctrl+f4",
"mac": "cmd+w",
"command": "workbench.files.action.closeFile",
"command": "workbench.action.closeActiveEditor",
"intellij": "Close active editor tab"
},

Expand Down

0 comments on commit d56eaf7

Please sign in to comment.