You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
It looks like the
jedilsp_requirements
sub-directory doesn't exist in release builds. Would a fix be to ensure that's included?The text was updated successfully, but these errors were encountered: