omnisharp-vscode/README.md

15 строки
287 B
Markdown
Исходник Обычный вид История

2015-12-03 13:25:00 +03:00
## Omnisharp for VS Code
2015-12-07 11:37:18 +03:00
Don't install this extension unless you want to try an early version. By default it is already
bundled with VS Code.
### Development
2015-12-03 13:25:00 +03:00
To **run and develop** do the following:
* run `npm i`
* open in VS Code
* *(opt)* run `tsc -w`, make code changes
* hit F5