django-language-server/proto/v1/django.proto
Josh Thomas 8e941ba8a0
Some checks are pending
test / test (macos-latest) (push) Waiting to run
test / test (ubuntu-latest) (push) Waiting to run
test / test (windows-latest) (push) Waiting to run
reorganize proto files a bit (#30)
2024-12-14 00:06:06 -06:00

7 lines
89 B
Protocol Buffer

syntax = "proto3";
package djls.v1.django;
message Project {
string version = 3;
}