๐Ÿ“ฆ AlistairKeiller / fsae-brake-test

๐Ÿ“„ extensions.json ยท 11 lines
1
2
3
4
5
6
7
8
9
10
11{
    // 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"
    ]
}