Rob Lourens

Results 452 comments of Rob Lourens

Would be helpful if you can figure out which process is the one using lots of CPU/memory. It may be the generic extension host process or it may be another...

Can you share the project/repo you are working on? Is it very large?

I don't know what other resource would be consumed until the remote is unreachable. Does the number of open file handles increase constantly? `lsof | wc -l` (I'm just grasping...

You can set a port like `exec: 'node --inspect=9229',`, then set the same port in your launch config: `"port": 9229`

I know this is an old issue, but is it likely to ever be fixed? If it might be fixable via PR, can you give a pointer to where in...

Just because it would be a better experience to work with a preview in Jupyter Lab (or a jupyter notebook in vscode) when a dark theme is used.

I have an ulterior motive which is that I am on the vscode team working on notebooks, and I wanted to use that environment for sketches 😁

Interesting case, the part I don't follow is where you have two copies of main.dart, and > but that main.dart is a fork of the original file So the sourcemaps...

You can use registerDebugConfigurationProvider to intercept the debug configuration and modify it before it runs, or you can use startDebugging to create your own debug config from scratch. That would...

Thanks for reaching out @mindplay-dk. I have to admit that I haven't been able to put the time into this project that it deserved. I would like to keep it...