Heejae Chang
Heejae Chang
often time, this happens because container or remote has encountered OOM (out of memory), do you know how much memory you have for your remote env? does it have more...
in that case, can you provide us some logs as described in [the troubleshooting guide](https://github.com/microsoft/pylance-release/blob/main/TROUBLESHOOTING.md#filing-an-issue)? we would need full log starting form "start of the pylance" regardless how long the...
`vscode-server` might use different custom version of `node` than `vscode` that has different memory limitation. can you try this trick by puting this in `env var` for your remote host?...
by the way, if you are not using/need all that 5000 py files, you can use `python.analysis.exclude` to exclude some of those files from being loaded into pylance. if you...
@abist we can't be sure whether you are having the same issue without log and it would be nice if you open a new issue where we can track your...
looks like after fstring, pylance doesn't determine right position to calculate completion.
> In this simple scenario, CONSTANT = 1 could have been successfully moved because no imports are needed. problem is this is expensive to figure out. so not something we...
currently, according to "Developer: Inspect Editor Tokens and Scopes", all those `[]` are currently marked as various `*.punctuation.*` or `*.quoted.*` tokens/scopes from `textmate` so, we can either fix it from...
> But is it possible to disable/enable pylance scanning instances for certain project-directories? you can have folder specific setting for multi workspaces in vscode using this - https://code.visualstudio.com/docs/editor/workspaces#_multiroot-workspace-settings for your...
I just tried it and it works as expected. Can you provide us some logs as described in [the troubleshooting guide](https://github.com/microsoft/pylance-release/blob/main/TROUBLESHOOTING.md#filing-an-issue)? and also provide us list of packages in the...