This commit is contained in:
Dustin Campbell 2016-02-18 07:01:23 -08:00
Родитель 2c938d0f53
Коммит 5dce0a38d4
1 изменённых файлов: 6 добавлений и 7 удалений

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

@ -1,14 +1,13 @@
## Omnisharp for VS Code
## C# for Visual Studio Code (powered by OmniSharp)
Don't install this extension unless you want to try an early version. By default it is already
bundled with VS Code.
bundled with Visual Studio Code.
### Development
To **run and develop** do the following:
* run `npm i`
* open in VS Code
* *(opt)* run `tsc -w`, make code changes
* hit F5
* Run `npm i`
* Open in Visual Studio Code (`code .`)
* *Optional:* run `tsc -w`, make code changes (on Windows, try `start node ".\node_modules\typescript\bin\tsc -w"`)
* Press F5 to debug