Graham McCulloch
Graham McCulloch
Bump to trigger JF sync
I'm glad this has been suggested as it's a problem I'm encountering. Specifically, in my case, the config in `package.json` is for a Create React App: ```json { "jest": {...
Hi. Would love to see this get merged :smile: Currently making me sad about my Windows machine!
FYI I just came across this same issue and, examining the [code-base](https://github.com/microsoft/vscode/blob/master/resources/linux/bin/code.sh#L7) led me to a slightly simpler solution... In your `.bashrc` file (for example): ``` export DONT_PROMPT_WSL_INSTALL=1 ``` VS...