update readme, add typescript to package.json

This commit is contained in:
Chris Dias 2016-03-21 17:25:26 -07:00
Родитель b37cfb6573
Коммит 7b641da131
2 изменённых файлов: 13 добавлений и 8 удалений

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

@ -1,10 +1,14 @@
# Sublime Keybindings
# Sublime Keybindings for VS Code
The Sublime Keybindings extension maps common Sublime keybindings to VS Code keybindings. After installing the extension and restarting Code your favorite
key bindings from Sublime are now available. For example, `ALT+CMD+/` uncomments a line. See [package.json](package.json) for the complete list of bindings
supported today.
Ports Sublime keybindings to VS Code for Mac.
There was a lot to do here, so if you find something missing please open an issue and let me know.
Todos:
This is early work so there are keybindings missing, please open an issue with suggestions!
##Todos:
- Windows / Linux keybindings.
- Finish conversion tool. See `convert.js` for the code to migrate Sublime key bindings to VS Code key bindings with a script.
## License
[MIT](license.txt)

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

@ -18,7 +18,7 @@
"bugs": {
"url": "https://github.com/Microsoft/vscode-sublime-keybindings/issues"
},
"license": "license.txt",
"license": "SEE LICENSE IN license.txt",
"contributes": {
"keybindings": [
{
@ -264,7 +264,8 @@
},
"devDependencies": {
"babel-preset-es2015": "^6.6.0",
"vscode": "^0.11.0"
"vscode": "^0.11.0",
"typescript": "*"
},
"dependencies": {
"jsonfile": "^2.2.3"