diff options
| author | vlapa <vlapa@ya.ru> | 2026-06-13 18:10:53 +0300 |
|---|---|---|
| committer | vlapa <vlapa@ya.ru> | 2026-06-13 18:10:53 +0300 |
| commit | ddacdedd4976aacb16db752829af9ed33fef4ec8 (patch) | |
| tree | 4aaa96cc2a58d19a930431297030374325ab47dd /.vscode | |
First
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/extensions.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.vscode/extensions.json b/.vscode/extensions.json new file mode 100644 index 0000000..080e70d --- /dev/null +++ b/.vscode/extensions.json @@ -0,0 +1,10 @@ +{ + // See http://go.microsoft.com/fwlink/?LinkId=827846 + // for the documentation about the extensions.json format + "recommendations": [ + "platformio.platformio-ide" + ], + "unwantedRecommendations": [ + "ms-vscode.cpptools-extension-pack" + ] +} |
