Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dose vscode-python init need access network? #24899

Open
BigFaceBoy opened this issue Mar 13, 2025 · 2 comments
Open

Dose vscode-python init need access network? #24899

BigFaceBoy opened this issue Mar 13, 2025 · 2 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug triage-needed Needs assignment to the proper sub-team

Comments

@BigFaceBoy
Copy link

BigFaceBoy commented Mar 13, 2025

There is a host which can not access network, so I install a code-server on the host and the vscode-python .vsix. But I found that the python code hint did not work. The log output is:

Image

@BigFaceBoy BigFaceBoy added the feature-request Request for new features or functionality label Mar 13, 2025
@github-actions github-actions bot added the triage-needed Needs assignment to the proper sub-team label Mar 13, 2025
@anthonykim1
Copy link

@karthiknadig I thought we needed network access to get lsp, is that right?

@github-actions github-actions bot added the info-needed Issue requires more information from poster label Mar 17, 2025
@karthiknadig
Copy link
Member

@BigFaceBoy you are using 2023.4 that is a very old version of the python extension. Also, Which version of VS Code are you using? The error you see occurs when you use Pylance on editors that are not supported.

I thought we needed network access to get lsp, is that right?

Not to run LSP, but to download the language server.

@karthiknadig karthiknadig added bug Issue identified by VS Code Team member as probable bug and removed feature-request Request for new features or functionality info-needed Issue requires more information from poster labels Mar 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug triage-needed Needs assignment to the proper sub-team
Projects
None yet
Development

No branches or pull requests

3 participants