-
Notifications
You must be signed in to change notification settings - Fork 2
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
LSP not parsing .all() syntax #20
Comments
I'm gonna transfer this to the |
I'm at an offsite right now but I'll take a look at this soon. |
It should be sufficient to update the version in download-wasm and regenerate. |
@mateenkasim I've cut https://github.com/authzed/spicedb-vscode/releases/tag/v1.0.0. Does that solve your problem? |
@mateenkasim thank you for checking! I'll look into that on monday. |
@mateenkasim I realized that the issue you're running into is because the extension uses the SpiceDB binary for its LSP. Upgrading your system's SpiceDB binary should resolve your issue. I also figured out that we were able to simplify our publishing steps, so I'm going to cut a new release and see if that helps with the package signature problem. |
Whoops, silly mistake, thanks for the pointer. That fixed my issue, and the new release fixed the signature problem! Thanks for your help! 🙏 |
Awesome. Glad to hear it! And it was non-obvious to me too :P |
What platforms are affected?
macos
What architectures are affected?
arm64
What SpiceDB version are you using?
Latest version of the VSCode extension, 0.0.7: https://marketplace.visualstudio.com/items?itemName=authzed.spicedb-vscode
Steps to Reproduce
Just following https://authzed.com/docs/spicedb/concepts/schema#all-intersection-arrow:
Expected Result
Validates properly
Actual Result
The text was updated successfully, but these errors were encountered: