Erik De Bonte
Erik De Bonte
What's in the `.pth` file for your editable install? It needs to be just a path for us to support it. We don't support the use of import hooks. See...
I see. We don't support that. Our support for editable installs is limited to simple (non-hook) `.pth` files -- the paths in them are automatically added (by the interpreter) to...
Behavior depends on the vscode version. Using Pylance 2024.1.104: - 1.86.1: Works - 1.87.0-insider: The file picker just flashes (appears and quickly disappears). It's fast enough that I had trouble...
@heejaechang, how does vscode know to display the file picker for "Move symbol to ..." but not for "Move symbol to new file"?
> 1.86.1: Works 1.87.0-insider: The file picker just flashes (appears and quickly disappears). @mjbvz, any thoughts on this? Has anything changed in insiders that might have broken this? TypeScript in...
This is fixed in the most recent vscode insiders release. I believe it was this issue: https://github.com/microsoft/vscode/issues/205498 > Version: 1.87.0-insider (user setup) Commit: 01ce8d869e4220577e194b2dd57bfa12437dfcf5 Date: 2024-02-20T01:53:30.190Z Electron: 27.3.2 ElectronBuildId: 26836302...
`reportUnknownVariableType` is only enabled by default in `strict` mode. Perhaps you turned it on explicitly via `python.analysis.diagnosticSeverityOverrides` or by [enabling it at the file level](https://microsoft.github.io/pyright/#/comments)?
I'm not able to repro this, so I'm pretty certain this is due to some sort of configuration on your side. Do you have a `pyrightconfig.json` file or a `pyproject.toml`...
I haven't been able to repro this. Can you describe your setup a bit more? Given that .vscode-server is involved, it's some sort of remote scenario. Are you launching VS...
What's the version of .vscode-server on the Ubuntu VM? Here's how I determined that on my Ubuntu WSL machine (similar scenario on Windows): ```text erikd@ERIKD:~/.vscode-server/bin/d037ac076cee195194f93ce6fe2bdfe2969cc82d/bin$ ./code-server --version 1.84.0 d037ac076cee195194f93ce6fe2bdfe2969cc82d x64...