Skip to content

Commit d03378c

Browse files
Merge pull request #334 from troydai/patch-1
Update development guide
2 parents ce648a7 + dfec722 commit d03378c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,18 @@ This version supports basic debugging capabilities.
2828
See http://aka.ms/vscclrdebugger for details.
2929

3030
### Development
31+
32+
First install:
33+
* Node.js (newer than 4.3.1)
34+
* Npm (newer 2.14.12)
35+
3136
To **run and develop** do the following:
3237

3338
* Run `npm i`
3439
* Open in Visual Studio Code (`code .`)
3540
* *Optional:* run `tsc -w`, make code changes (on Windows, try `start node ".\node_modules\typescript\bin\tsc -w"`)
3641
* Press F5 to debug
3742

38-
3943
## License
4044
The Microsoft C# extension is subject to [these license terms](RuntimeLicenses/license.txt).
4145
The source code to this extension is available on [https://github.com/OmniSharp/omnisharp-vscode](https://github.com/OmniSharp/omnisharp-vscode) and licensed under the [MIT license](LICENSE.txt).

0 commit comments

Comments
 (0)