Results 35 comments of Dominic Slee

Hey 👋 , I wasn't able to reproduce this on my m1 mac on 1.83.1 Are there any particular repositories where this happens? It seems like a problem with VS...

Thanks for the report, it could be similar to #327. Seems like we have this: * Your report is Darwin x64 23.1.0 (Sonoma?) * The report of #327 is Darwin...

Hi, I think the scope of this extension is to make `jest` run by invoking the `jest` command. It feels like having behaviour in the extension where the config automatically...

Some more info I found, `?` is a wildcard character in `zsh` ```zsh ~ > echo ? zsh: no matches found: ? ``` In bash, it just prints `?`. So...

It's not possible at the moment (`jestrunner.configPath` only accepts a string), but I think it could be added around `getJestConfigPath` 👍

So I think what is happening here is the `PATH` variable of VS code process doesn't have `.nvm` in it when it is launched from the gnome dock. The "run"...

Currently, `jestrunner.jestCommand` is not used in debug 👍 I think the closest equivalent is `runtimeExecutable`, which can be configured like this (see also CRA example in the readme): ```json "jestrunner.debugOptions":...

I think it's a good idea and can be made default at some point, but imo it should be an experimental flag for now. I was testing it with the...

There have been lots of improvements to git for large repos recently: https://github.blog/2022-06-29-improve-git-monorepo-performance-with-a-file-system-monitor/ To summarise, git has a built in file system monitor daemon, which `git status` communicates with using...