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

Python: Warning when finding language server version in release builds #1245

Open
seeM opened this issue Sep 6, 2023 · 0 comments
Open

Python: Warning when finding language server version in release builds #1245

seeM opened this issue Sep 6, 2023 · 0 comments

Comments

@seeM
Copy link
Contributor

seeM commented Sep 6, 2023

The following error is caught and logged while registering Python runtimes in a Positron release build. It should not affect the user experience at all.

2023-09-06 08:44:53.524 [info] Failed to get jedi-language-server version:  [Error: ENOENT: no such file or directory, open '/Applications/Positron.app/Contents/Resources/app/extensions/positron-python/pythonFiles/jedilsp_requirements/requirements.txt'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'open',
  path: '/Applications/Positron.app/Contents/Resources/app/extensions/positron-python/pythonFiles/jedilsp_requirements/requirements.txt'
}

It looks like the jedilsp_requirements sub-directory doesn't exist in release builds. Would a fix be to ensure that's included?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants