You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,14 +28,18 @@ This version supports basic debugging capabilities.
28
28
See http://aka.ms/vscclrdebugger for details.
29
29
30
30
### Development
31
+
32
+
First install:
33
+
* Node.js (newer than 4.3.1)
34
+
* Npm (newer 2.14.12)
35
+
31
36
To **run and develop** do the following:
32
37
33
38
* Run `npm i`
34
39
* Open in Visual Studio Code (`code .`)
35
40
**Optional:* run `tsc -w`, make code changes (on Windows, try `start node ".\node_modules\typescript\bin\tsc -w"`)
36
41
* Press F5 to debug
37
42
38
-
39
43
## License
40
44
The Microsoft C# extension is subject to [these license terms](RuntimeLicenses/license.txt).
41
45
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