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

Unable to import local assets #105

Open
Senjosei opened this issue Jan 8, 2024 · 1 comment
Open

Unable to import local assets #105

Senjosei opened this issue Jan 8, 2024 · 1 comment

Comments

@Senjosei
Copy link

Senjosei commented Jan 8, 2024

As the title states, cant open any local assets
image

@SavenkovIgor
Copy link
Owner

I'm worried that using a full file path won't work.

I think VSCode has two main limits: it doesn't let an extension load just any file from the computer, and also, this extension is really just Qt made with WebAssembly.
And WebAssembly usually runs in a sandbox.
I'll add this problem to the limitations section in the README or somewhere similar.

Maybe it could work if the image was in the same folder as the QML file, but for now, this extension can only handle one file at a time.

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