We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
File tree: work ------- resources ----- test.db | ---- src -------- a.py Setting: "path-intellisense.mappings": { ".": "${workspaceFolder}", }
When I typed ./ the plugin suggests me resources and src. but after I choosed src, it can't show me the right suggestion a.py.
./
resources
src
a.py
The text was updated successfully, but these errors were encountered:
Hey @vzxxbacq
How are you doing the import? Could you post me a snippet of the import code you are using? That way I could try to reproduce it.
Sorry, something went wrong.
No branches or pull requests
When I typed
./
the plugin suggests meresources
andsrc
. but after I choosedsrc
, it can't show me the right suggestiona.py
.The text was updated successfully, but these errors were encountered: