We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug When loading a proto file with a "." in the package name, the "Methods" dropdown fails to show the methods.
To Reproduce Steps to reproduce the behavior:
package hipstershop;
package hipstershop.v1;
Expected behavior The "Methods" dropdown should show the methods even with a "." in the package name.
Screenshots N/A
Browser (please complete the following information):
Additional context Having a "." in the package name is common protobuf practice and should work.
The text was updated successfully, but these errors were encountered:
Hello @exocom thanks for the report, we'll take a look to see what is going on!
Sorry, something went wrong.
No branches or pull requests
Describe the bug
When loading a proto file with a "." in the package name, the "Methods" dropdown fails to show the methods.
To Reproduce
Steps to reproduce the behavior:
package hipstershop;
- it works fine.package hipstershop.v1;
- it fails to display methods.Expected behavior
The "Methods" dropdown should show the methods even with a "." in the package name.
Screenshots
N/A
Browser (please complete the following information):
Additional context
Having a "." in the package name is common protobuf practice and should work.
The text was updated successfully, but these errors were encountered: