Skip to content

Commit 29db22b

Browse files
Clarify and shorten watch NPM task description
The `tsc` can be run from already defined NPM script and by this: - no local installation is needed for compiler - the long path for Windows OS command is no longer required Usage: npm run watch > [email protected] watch /Users/piotrblazejewicz/git/omnisharp-vscode > tsc -watch -p ./ 3:19:52 PM - Compilation complete. Watching for file changes. ... Thanks!
1 parent 60799e8 commit 29db22b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ To **run and develop** do the following:
6060
* Run `npm i`
6161
* Run `npm run compile`
6262
* Open in Visual Studio Code (`code .`)
63-
* *Optional:* run `tsc -w`, make code changes (on Windows, try `start node ".\node_modules\typescript\bin\tsc -w"`)
63+
* *Optional:* run `npm run watch`, make code changes
6464
* Press <kbd>F5</kbd> to debug
6565

6666
To **test** do the following: `npm run test` or <kbd>F5</kbd> in VS Code with the "Launch Tests" debug configuration.

0 commit comments

Comments
 (0)