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

can't get python extension work on void linux #24085

Closed
SLusenti opened this issue Sep 10, 2024 · 10 comments
Closed

can't get python extension work on void linux #24085

SLusenti opened this issue Sep 10, 2024 · 10 comments
Assignees
Labels
info-needed Issue requires more information from poster triage-needed Needs assignment to the proper sub-team

Comments

@SLusenti
Copy link

hi all,
i can't get code-oss python extension run correctly on void linux.
version:

[slusenti@~]$ code-oss --version
Warning: 'app' is not in the list of known options, but still passed to Electron/Chromium.
1.91.1

on the dev console i get this error:

 ERR Extension 'ms-python.debugpy CANNOT USE these API proposals 'portsAttributes, contribIssueReporter, debugVisualization'. You MUST start in extension development mode or use the --enable-proposed-api command line flag

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

"enable-proposed-api": ["ms-python.python"]  

But still not working.

can someone help me to fix this?

thanks everyone.

@github-actions github-actions bot added the triage-needed Needs assignment to the proper sub-team label Sep 10, 2024
@karthiknadig karthiknadig self-assigned this Sep 10, 2024
@karthiknadig
Copy link
Member

@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?

@github-actions github-actions bot added the info-needed Issue requires more information from poster label Sep 10, 2024
@SLusenti
Copy link
Author

the python extension version is v2024.14.0
you can see the output log in the attachment
output-python.txt

@github-actions github-actions bot removed the info-needed Issue requires more information from poster label Sep 11, 2024
@SLusenti
Copy link
Author

also on the dev console I get a lot of this warnings

DevTools failed to load source map: Could not load content for https://main.vscode-cdn.net/sourcemaps/undefined/node_modules/@xterm/xterm/lib/xterm.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

@karthiknadig
Copy link
Member

@SLusenti I am not sure what is going on here, code-oss is complaining that we have not registered public APIS when we have
image

This has been on there for months. This might be an issue with code OSS or the build of python extension.

@github-actions github-actions bot added the info-needed Issue requires more information from poster label Sep 13, 2024
@karthiknadig
Copy link
Member

Which specific build of VS Code are you using?

@SLusenti
Copy link
Author

1.91.1

@github-actions github-actions bot removed the info-needed Issue requires more information from poster label Sep 16, 2024
@karthiknadig
Copy link
Member

@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.

@github-actions github-actions bot added the info-needed Issue requires more information from poster label Sep 16, 2024
@SLusenti
Copy link
Author

Version: 1.91.1
Commit: Unknown
Date: 2024-07-16T08:23:01.341Z
Electron: 24.3.0
ElectronBuildId: undefined
Chromium: 112.0.5615.165
Node.js: 18.14.0
V8: 11.2.214.14-electron.0
OS: Linux x64 6.6.50_1

@github-actions github-actions bot removed the info-needed Issue requires more information from poster label Sep 16, 2024
@karthiknadig
Copy link
Member

@SLusenti Please install VS Code 1.93.0 for the latest Python extension (2024.14.*).

@github-actions github-actions bot added the info-needed Issue requires more information from poster label Sep 16, 2024
Copy link

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!

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
info-needed Issue requires more information from poster triage-needed Needs assignment to the proper sub-team
Projects
None yet
Development

No branches or pull requests

2 participants