-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
can't get python extension work on void linux #24085
Comments
@SLusenti Can you share the logs from Output > Python or is that not available either? Also, what is the version of the python extension you are using? |
the python extension version is v2024.14.0 |
also on the dev console I get a lot of this warnings
|
@SLusenti I am not sure what is going on here, code-oss is complaining that we have not registered public APIS when we have This has been on there for months. This might be an issue with code OSS or the build of python extension. |
Which specific build of VS Code are you using? |
1.91.1 |
@SLusenti That is just version, that does from the call stack in the logs it looks like you are not using the official build. Can you share this exact details you get from the Help > about view. |
Version: 1.91.1 |
@SLusenti Please install VS Code 1.93.0 for the latest Python extension (2024.14.*). |
Because we have not heard back with the information we requested, we are closing this issue for now. If you are able to provide the info later on, then we will be happy to re-open this issue to pick up where we left off. Happy Coding! |
hi all,
i can't get code-oss python extension run correctly on void linux.
version:
on the dev console i get this error:
I've already tried to start it with --enable-proposed-api flag but got the same result.
on the runtime arguments I've added the
But still not working.
can someone help me to fix this?
thanks everyone.
The text was updated successfully, but these errors were encountered: