From 09230add3b6f021d1d69ad0ac69b756dbd1cdb5f Mon Sep 17 00:00:00 2001 From: zeus Date: Fri, 30 Sep 2022 20:50:35 +0200 Subject: [PATCH] vscode --- deltazeus/marlin/.vscode/extensions.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 deltazeus/marlin/.vscode/extensions.json diff --git a/deltazeus/marlin/.vscode/extensions.json b/deltazeus/marlin/.vscode/extensions.json new file mode 100644 index 0000000..080e70d --- /dev/null +++ b/deltazeus/marlin/.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" + ] +}