David First

Results 45 comments of David First

Yes. Still happening. For us, only the first time the vscode is opened from the docker container. Afterwards, it always opens bash. In my extension, I open the terminal when...

@utillity , I'm unable to reproduce. See screenshot attached. In general, this is implemented. It knows to recognize such built-in modules. You can see this test as a reference: https://bit.cloud/teambit/styling/deps-detectors/detective-sass/~code/detective-sass.spec.ts#l83

@rvnlord , I don't use the debugger much, but when I did, I don't remember adding `$env:NODE_DEBUG="module"`. The vscode extension has a command to add the debug configuration, it might...

@GiladShoham for some scripts, like `npm run full-setup`, it won’t work because the `bit script` command requires the env to be ready in order to fetch the scripts. But right...