File tree Expand file tree Collapse file tree 4 files changed +5018
-6135
lines changed Expand file tree Collapse file tree 4 files changed +5018
-6135
lines changed Original file line number Diff line number Diff line change
1
+ # lsprotocol generator for go
2
+
3
+ This is a generator plugin for go using https://github.com/microsoft/lsprotocol .
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ def generate_from_spec(
30
30
notifications = generate_notifications (spec , type_resolver )
31
31
or_types = generate_or_types (type_resolver )
32
32
code = {
33
- "lsprotocol /types.go" : join (
33
+ "protocol /types.go" : join (
34
34
header
35
35
+ base_types
36
36
+ structs
@@ -39,7 +39,7 @@ def generate_from_spec(
39
39
+ enums
40
40
+ or_types ,
41
41
),
42
- "lsprotocol /types_test.go" : generate_tests (spec ),
42
+ "protocol /types_test.go" : generate_tests (spec ),
43
43
}
44
44
output_path = pathlib .Path (output_dir )
45
45
test_path = pathlib .Path (test_dir )
You can’t perform that action at this time.
0 commit comments