Skip to content

Commit 4f0af86

Browse files
lingyv-liDonJayamanne
authored andcommitted
Fix setup script in contributing doc (microsoft#1684)
* Fix setup script in contributing documentaion * Add entry file * Fix script error * Address pull request * Updated to highlight keyword * Address comment * thanks myself
1 parent fe442f9 commit 4f0af86

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
```shell
2323
git clone https://github.com/microsoft/vscode-python
2424
cd vscode-python
25-
yarn install
25+
yarn install --lock-file
2626
```
2727

2828
You may see warnings that ```The engine "vscode" appears to be invalid.```, you can ignore these.

news/3 Code Health/1682.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Change yarn install script to include the keyword `--lock-file`
2+
(thanks [Lingyu Li](https://github.com/lingyv-li/))

0 commit comments

Comments
 (0)