Skip to content

Commit 81b56cb

Browse files
author
Crystal Tenn
committed
Merge branch 'ketchup/windowsDevExperience' of https://github.com/github/vscode-github-actions into ketchup/windowsDevExperience
2 parents c4052ea + 4782e71 commit 81b56cb

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

CONTRIBUTING.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@ The extension is written in TypeScript and built using [webpack](https://webpack
4747
1. Hit `Watch all & Launch Extension (workspace)` if you want to work on the main VS Code extension like the left sidebar and the UI for the extension.
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`
50-
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_.
50+
1. Hit the play 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_.
5151
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._
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 play button again._
5353
![image](https://github.com/github/vscode-github-actions/assets/7976517/8dbd3d75-f447-483e-b7e7-ffec3ccd7562)
5454

5555

5656
## npm commands
5757

58-
For the below make sure that you are in the `vscode-github-actions` directory of your local repo first.
58+
For the commands below make sure that you are in the `vscode-github-actions` directory of your local repo first.
5959

6060
```bash
6161
cd vscode-github-actions
@@ -77,8 +77,6 @@ npm run watch
7777

7878
### Running tests
7979

80-
_Note: We added `cross-env` to our package.json so that this works on both Mac and Windows._
81-
8280
```bash
8381
npm test
8482
```

0 commit comments

Comments
 (0)