WIP: protobuf defs

This commit is contained in:
Jett Chen 2024-11-02 11:38:34 +08:00
parent 85640ffce1
commit 9b640a555a
4 changed files with 103 additions and 0 deletions

View file

@ -22,5 +22,10 @@
"editor.autoIndent": "advanced",
"diffEditor.ignoreTrimWhitespace": false,
"editor.formatOnSave": false
},
"protoc": {
"options": [
"--proto_path=proto/"
]
}
}