Searching needs to be optimized, very often it will run Grep **/* (path=, pattern=containerloader) and that will return so much text that it automatically overflows the entire context window.
Especially in frontend projects with node modules.
Is it possible to limit this functionality somehow?
Searching needs to be optimized, very often it will run
Grep **/* (path=, pattern=containerloader)and that will return so much text that it automatically overflows the entire context window.Especially in frontend projects with node modules.
Is it possible to limit this functionality somehow?