From 0efe4b255e8f6c7a4f3deda969ebd41dad49f984 Mon Sep 17 00:00:00 2001 From: Maxim Lyubimov Date: Thu, 29 Feb 2024 12:23:00 +0400 Subject: [PATCH] feat: Added cSpell words --- .vscode/settings.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index d08a371..ff7e682 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -11,7 +11,16 @@ { "mode": "auto" } ], "cSpell.words": [ + "flipperzero", + "gpio", + "Hexbuffer", + "nanoevents", "nfctools", + "pbjs", + "proto", + "protobuf", + "protofiles", + "rfraw", "subtools" ], }