Skip to content

Commit db0b2a3

Browse files
committed
Added a tip in the README for people who don't have node-gyp set-up yet and will see an error when installing the vscode-textmate regex dependency.
1 parent d2470d1 commit db0b2a3

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,17 @@ First install:
8686
* Node.js (newer than 4.3.1)
8787
* Npm (newer 2.14.12)
8888

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+
8991
To **run and develop** do the following:
9092

9193
* Run `npm i`
9294
* Open in Visual Studio Code (`code .`)
9395
* *Optional:* run `tsc -w`, make code changes (on Windows, try `start node ".\node_modules\typescript\bin\tsc -w"`)
9496
* Press <kbd>F5</kbd> to debug
9597

98+
To **test** do the following: `npm run test`
99+
96100
### 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

Comments
 (0)