-
Notifications
You must be signed in to change notification settings - Fork 1
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] Support Resolving Extension Repo References #30
Comments
I can think of a couple questions/issues here.
|
I think this would definitely be reasonable. There's likely a few integrations required, not available in vsc, in order to effectively resolve the extensions.
A configuration to ignore these would be helpful or maybe |
As a dirty workaround, you can symlink your extension in the tilt-dev repo cd /Users/$USER/Library/Application Support/tilt-dev/tilt_modules/github.com/tilt-dev/tilt-extensions
ln -s ../../user/tilt-extensions/<extension> Don't tell people I told you to do this |
I would recommend we don't show errors for custom repos until a Tilt is running for this file. I assume the LS is parsing the file which might be able to figure out which entries are part of custom repositories by their names. That would work really neatly. |
Howdy 👋🏻,
When referencing an
v1alpha1.extension
, usingload()
, that comes from anv1alpha1.extension_repo
I am receiving:Example block that can produce the error:
It would be neat if it either didn't yell at me or if it resolved the extension.
Running
tilt up
in any form handles all the custom references just fine so no actual workflow is being impeded.The text was updated successfully, but these errors were encountered: