Ahmad Elkomey

Results 8 comments of Ahmad Elkomey

I still suffer from bash crashing! I'm using mcfly 0.5.11 over bash 4.4.20 on Ubuntu 18.04.

Oh I tried all kind of reloads. I tried "Developer: Reload Window", "TypeScript: Reload Project", and hitting the reload button in the title bar of "Test Explorer". Nothing worked. The...

I thank you, Pavel, for being active responder! > To everyone experiencing this issue, it would be helpful to work your way up from a minimal working example (npm init...

I see the following lines get printed every 0.5 sec. It's flooding the Output window. ``` 2024-08-17 17:27:34.750 [trace] ExtHostCommands#executeCommand _testing.getExplorerSelection 2024-08-17 17:27:35.001 [trace] ExtHostCommands#executeCommand testing.getExplorerSelection ``` I disabled the...

Thanks, Max! This is what I needed. This is the first time to debug a VS Code extension (actually, this is the first time to use VS Code in debugging...

Fantastic! It did indeed put things in place. Now, I initially found where the problem is. I'm trying to figure if `env` being empty is OK, and what's JSON is...

@mxschmitt, it's the correct path to node executable. ![Screenshot from 2024-08-19_13-52](https://github.com/user-attachments/assets/b23123f9-417c-492b-b49a-e64e1e8fcdba)

@Matthew-WSP, I just switched to xterm (canvas) without switching back and that fixed the problem. Thank you for the idea!