diff options
| author | vlapa <vlapa@ya.ru> | 2026-06-13 18:04:36 +0300 |
|---|---|---|
| committer | vlapa <vlapa@ya.ru> | 2026-06-13 18:04:36 +0300 |
| commit | f9367668a761010752cf9aeb4a87e21bcb47df5b (patch) | |
| tree | 4acfb9e6d7425ddcd6236b949de722b166b7380c /.vscode | |
Firstmain
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" + ] +} |
