diff options
| author | adiee5 <58359866+adiee5@users.noreply.github.com> | 2026-03-17 00:36:27 +0100 |
|---|---|---|
| committer | adiee5 <58359866+adiee5@users.noreply.github.com> | 2026-03-17 00:36:27 +0100 |
| commit | f9032ca0d68f0b2ba7c007e90444c7e88d32e194 (patch) | |
| tree | 23eea612019ed8c7a263e257f0eb3f1d6be51a58 /.vscode/extensions.json | |
| parent | 71bdb9a31ceaf97c6bb2c4bc0d2834299bea874c (diff) | |
True init
Diffstat (limited to '.vscode/extensions.json')
| -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" + ] +} |
