mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-09-16 06:12:49 +00:00
Removed deprecated extension recommendation. Updated version is already in ms-vscode.cpptools
10 lines
228 B
JSON
10 lines
228 B
JSON
{
|
|
// See https://go.microsoft.com/fwlink/?LinkId=827846
|
|
// for the documentation about the extensions.json format
|
|
"recommendations": [
|
|
"ms-vscode.cpptools",
|
|
"marus25.cortex-debug",
|
|
"augustocdias.tasks-shell-input"
|
|
]
|
|
}
|