proxmark3/.vscode/extensions.json

11 lines
256 B
JSON
Raw Normal View History

2020-12-29 21:55:31 +08:00
{
// See https://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"ms-vscode.cpptools",
"austin.code-gnu-global",
"marus25.cortex-debug",
"augustocdias.tasks-shell-input"
]
}