-
Notifications
You must be signed in to change notification settings - Fork 20
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
Feature/Request; Automatic caching of newly added files #749
Comments
hmmm this should just work, vscode triggers document events when they are added 🤔 or is just saved... Agree that this should be just working |
If you could point to where this is setup, I could look into it when I get the chance. But it seems to be only on save |
The extension api does have file watchers so you might be able to use that if you aren't already |
This class should be responsible:
|
Well, I'm not sure what's going on |
As in you add everything but vscode is not triggering anything or? If you could open a PR, I can take a look with you :) |
As in, I'm not really sure how the code works so I can't really figure out anything |
Is your feature request related to a problem? Please describe.
I've frequently had to export stuff like animations from blockbench and then open those files and save them in vscode so that they are recognized by the extension.
Describe the solution you'd like
It'd be nice if the extension ran through the scan it does just for newly added files and saves whatever data it needs
The text was updated successfully, but these errors were encountered: