From bdaf30bd5f7e1c4ee02c2ec0a4fda1536dd0e8bb Mon Sep 17 00:00:00 2001 From: huangsimin Date: Mon, 4 Jul 2022 14:02:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0vscode=20protoc=20=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/setting.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .vscode/setting.json diff --git a/.vscode/setting.json b/.vscode/setting.json new file mode 100644 index 0000000..f968b10 --- /dev/null +++ b/.vscode/setting.json @@ -0,0 +1,5 @@ +{ + "protoc": { + "options": ["-I proto"] + } +} \ No newline at end of file