Skip to content

Commit a544cb4

Browse files
author
Crystal Tenn
committed
add notes about npm watch being slow sometimes
1 parent ba2b542 commit a544cb4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ The extension is written in TypeScript and built using [webpack](https://webpack
4848
1. Hit `Watch & Launch Extension + language-server (workspace)` If you want to work on the language services code and want to debug and work on the hover, syntax highlighting, and other functionality within the Workflow files.
4949
* This will attach to an instance of the language server running on port `6010`
5050
1. Hit the green button (this will automatically run `npm watch` for you and monitor for changes) which will open a local version of the extension using the _extension development host_.
51-
1. Make changes
52-
1. Hit the refresh button in the debugger window to reload the extension in the development host
51+
1. Make changes.
52+
1. To get new changes, hit the refresh button in the debugger window to reload the extension in the development host. _If you don't see the changes, wait long enough for the `npm watch` terminal to rebuild and then try hitting the green button again._
5353
![image](https://github.com/github/vscode-github-actions/assets/7976517/8dbd3d75-f447-483e-b7e7-ffec3ccd7562)
5454

5555

0 commit comments

Comments
 (0)