blob: 080e70d08b9811fa743afe5094658dba0ed6b7c2 (
plain)
1
2
3
4
5
6
7
8
9
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"
]
}
|