Clean up readme a bit
This commit is contained in:
Родитель
2c938d0f53
Коммит
5dce0a38d4
13
README.md
13
README.md
|
@ -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
|
Загрузка…
Ссылка в новой задаче