Skip to content

Commit

Permalink
Merge pull request #1465 from abhiranjankumar00/bugfix/handleKeys-type
Browse files Browse the repository at this point in the history
Fix type suggestion for handleKeys object
  • Loading branch information
xconverge authored Apr 4, 2017
2 parents 096ab00 + ba0499a commit dacaee5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@
"description": "Start in Insert Mode."
},
"vim.handleKeys": {
"type": "array",
"type": "object",
"description": "Option to delegate certain key combinations back to VSCode to be handled natively"
}
}
Expand Down Expand Up @@ -423,4 +423,4 @@
"@types/node": "^6.0.41",
"@types/mocha": "^2.2.39"
}
}
}

0 comments on commit dacaee5

Please sign in to comment.