Files
attiny1616-dev-board/firmware/t1616-password-entry/.vscode/extensions.json
Andriy Malyshenko 4fafe270f9 Features/digital safe firmware (#2)
* Added digital safe firmware

* Adjusted build pipelines

---------

Co-authored-by: Andriy Malyshenko <andriy@malyshenko.com>
2023-03-01 20:51:13 +01:00

11 lines
274 B
JSON

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