Heejae Chang
Heejae Chang
when we rework how we do doc string this sprint, we should make sure all features that use doc string use same code to make sure we have consistent behavior...
if you want to use more memory then based on your env, you either need to use your own `node execuatable` (local vscode), or set `env var like you did`...
> I work on mac os and linux. Node.js has different paths. Is there a way I can specify the path for each environment separately? can you be more specific?...
> I do all my work on my mac using the local file system for this case, you can do https://github.com/microsoft/pylance-release/blob/main/TROUBLESHOOTING.md#provide-your-own-nodejs-executable-to-run-pylance-with > Other times I start vscode on my mac...
it might be a dupe of this - https://github.com/microsoft/pylance-release/issues/5798 does it only repro with remote/WSL? can you provide us a live repro steps? if not possible, at least https://github.com/microsoft/pylance-release/wiki/Collecting-data-for-an-investigation.#collecting-cpuprofiles ?...
> FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory so, it is OOM issue. we now provide a way to assign more memory - https://github.com/microsoft/pylance-release/blob/main/TROUBLESHOOTING.md#pylance-is-crashing...
currently, there is no turn off option, but if it takes more than a few seconds, message box will pop up with cancellation button, you can click it to cancel...
@luabud how do you think?
ya, I think that is good place.
are you saying it goes to `__getattributes__`? I believe it shows both `method` and `__getattributes__` and let you select where you go right?  this behavior is by design for...