Python local module imports fail in Zed due to workspace not being in PYTHONPATH (cf. vscode-python#19499) #36292
pansy1110
started this conversation in
Config, Settings and Keymaps
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm having a problem similar to vscode-python in the ze editor
Problem description
In the zed editor, when I run the test script in the terminal, it prompts that the module cannot be found. The prompt information is as follows:
Environmental information
This is the setting of my Zed editor as follows
The code folder structure of the test is as follows
The solution for vscode-python is to add the following to the working directory settings or user settings:
Does the Zed editor have a similar configuration item?
Beta Was this translation helpful? Give feedback.
All reactions