This commit is contained in:
Johannes Rieken 2015-12-07 09:37:18 +01:00
Родитель cdf6e4f915
Коммит 83cda50365
2 изменённых файлов: 8 добавлений и 3 удалений

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

@ -1,5 +1,10 @@
## Omnisharp for VS Code
Don't install this extension unless you want to try an early version. By default it is already
bundled with VS Code.
### Development
To **run and develop** do the following:
* run `npm i`

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

@ -1,8 +1,8 @@
{
"name": "vscode-omnisharp",
"version": "0.1.0",
"description": "Extension to add Omnisharp goodness to VS Code.",
"displayName": "Omnisharp for VS Code",
"version": "0.1.1",
"description": "Omnisharp extension that is being shipped with VS Code.",
"displayName": "Built-in Omnisharp",
"author": "Microsoft Corporation",
"license": "MIT",
"publisher": "jrieken",