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

[public bug report] Issue in path autocomplete for module blocks with parent paths #253

Open
jsines opened this issue Oct 2, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@jsines
Copy link
Contributor

jsines commented Oct 2, 2023

Describe the bug

I also cannot get path autocompletion for module blocks path in my template to work in parent directories... If I type {% module "button" path=" I will get my current folder files as suggestions, but as soon as I type ../ to go towards my modules folder, the autocompletion stops to work.

I get a lint warning "unable to find module ../../modules/button" but the module is showing as expected in my demo page using the template.

(My starting point is a header partial, thus going up from partials -> templates -> src and then down into modules -> button.module.)

#146 (comment)

Expected behavior

Screenshots

** Environment Versions: **

Additional context
Add any other context about the problem here.

@jsines jsines added the bug Something isn't working label Oct 2, 2023
@jsines jsines changed the title [public report] Issue in path autocomplete for module blocks with parent paths [public bug report] Issue in path autocomplete for module blocks with parent paths Oct 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant