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
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,13 +86,17 @@ First install:
86
86
* Node.js (newer than 4.3.1)
87
87
* Npm (newer 2.14.12)
88
88
89
+
In case you get a *node-gyp* error [follow the instrutions here](https://github.com/nodejs/node-gyp/blob/master/README.md) to fix it. The *vscode-textmate* package pulls in a native node dependency and those instructions will set-up the the node build tool which deals with those.
90
+
89
91
To **run and develop** do the following:
90
92
91
93
* Run `npm i`
92
94
* Open in Visual Studio Code (`code .`)
93
95
**Optional:* run `tsc -w`, make code changes (on Windows, try `start node ".\node_modules\typescript\bin\tsc -w"`)
94
96
* Press <kbd>F5</kbd> to debug
95
97
98
+
To **test** do the following: `npm run test`
99
+
96
100
### License
97
-
The Microsoft C# extension is subject to [these license terms](RuntimeLicenses/license.txt).
98
-
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).
101
+
The Microsoft C# extension is subject to [these license terms](RuntimeLicenses/license.txt).
102
+
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