PongSpiel/VSCode/Pong/.vscode/extensions.json
2022-02-16 19:34:30 +01:00

10 lines
274 B
JSON
Executable file

{
// 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"
]
}