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

Intellisense can't work properly after mapping .(dot) to workspace folder. #191

Open
vzxxbacq opened this issue Oct 26, 2021 · 1 comment

Comments

@vzxxbacq
Copy link

vzxxbacq commented Oct 26, 2021

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.

@ChristianKohler
Copy link
Owner

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.

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

No branches or pull requests

2 participants