There was an error while loading. Please reload this page.
1 parent fe442f9 commit 4f0af86Copy full SHA for 4f0af86
CONTRIBUTING.md
@@ -22,7 +22,7 @@
22
```shell
23
git clone https://github.com/microsoft/vscode-python
24
cd vscode-python
25
-yarn install
+yarn install --lock-file
26
```
27
28
You may see warnings that ```The engine "vscode" appears to be invalid.```, you can ignore these.
news/3 Code Health/1682.md
@@ -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