File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ These are one time installations required to be able to test your changes locall
3333
34341 . Install [ Node.js] ( https://nodejs.org/en/download/ ) for your platform
35351 . Install [ VS Code] ( https://code.visualstudio.com/download ) for your platform
36- 1 . Install the dependencies. From the repository root run:
36+ 1 . Install the dependencies. From the repository root ( ` ~/vscode ` ) run:
3737
3838``` bash
3939npm i
@@ -71,6 +71,14 @@ npm run watch
71711 . Make change
72721 . Hit the refresh button in the debugger window to reload the extension in the development host
7373
74+ ## npm commands
75+
76+ For the below make sure that you are in the ` vscode-github-actions ` directory of your local repo first.
77+
78+ ``` bash
79+ cd vscode-github-actions
80+ ```
81+
7482### Running tests
7583
7684_ Note: We added ` cross-env ` to our package.json so that this works on both Mac and Windows._
@@ -120,7 +128,7 @@ npm run package
120128## Submitting a pull request
121129
1221301 . [ Fork] [ fork ] and clone the repository
123- 1 . Configure and install the dependencies: ` npm i `
131+ 1 . Configure and install the dependencies (in the main root folder ` ~/vscode ` ) : ` npm i `
1241321 . Create a new branch: ` git checkout -b my-branch-name `
1251331 . Make your change, add tests, and make sure the tests and linter still pass
1261341 . Push to your fork and [ submit a pull request] [ pr ]
You can’t perform that action at this time.
0 commit comments