diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 4ffe4f0c..d304a5ef 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -1,5 +1,8 @@ -{ - "recommendations": [ - "platformio.platformio-ide","ms-vscode.cpptools" - ] -} \ No newline at end of file +{ + // See http://go.microsoft.com/fwlink/?LinkId=827846 + // for the documentation about the extensions.json format + "recommendations": [ + "ms-vscode.cpptools", + "platformio.platformio-ide" + ] +}