| 123456789101112 |
- {
- // See http://go.microsoft.com/fwlink/?LinkId=827846
- // for the documentation about the extensions.json format
- "recommendations": [
- "dbaeumer.vscode-eslint",
- "platformio.platformio-ide",
- "rvest.vs-code-prettier-eslint"
- ],
- "unwantedRecommendations": [
- "ms-vscode.cpptools-extension-pack"
- ]
- }
|