This commit is contained in:
Wade Anderson 2016-12-09 14:24:49 -08:00
Родитель 88e1bb6c95
Коммит 74750d8e51
1 изменённых файлов: 9 добавлений и 2 удалений

Просмотреть файл

@ -2,7 +2,7 @@
"name": "sublime-keybindings",
"displayName": "Sublime Text Keymap",
"description": "Popular Sublime Text keybindings for VS Code.",
"version": "1.6.1",
"version": "1.8.0",
"publisher": "ms-vscode",
"engines": {
"vscode": "^1.6.0"
@ -421,6 +421,13 @@
"key": "ctrl+alt+shift+right",
"command": "cursorWordEndRightSelect",
"when": "editorTextFocus"
},
{
"mac": "cmd+ctrl+shift+f",
"win": "shift+f11",
"linux": "shift+f11",
"key": "shift+f11",
"command": "workbench.action.toggleZenMode"
}
]
},
@ -428,7 +435,7 @@
"postinstall": "node ./node_modules/vscode/bin/install"
},
"devDependencies": {
"vscode": "^0.9.0"
"vscode": "^1.0.3"
},
"dependencies": {
"jsonfile": "^2.2.3"