Skip to content

Commit

Permalink
chore(vscode): explicit use yarn (#17231)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Aug 17, 2022
1 parent 7a22337 commit a3c8e20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Expand Up @@ -17,5 +17,6 @@
},
"omnisharp.autoStart": false,
"jest.autoRun": "off",
"jest.jestCommandLine": "yarn jest"
"jest.jestCommandLine": "yarn jest",
"npm.packageManager": "yarn"
}

0 comments on commit a3c8e20

Please sign in to comment.