forked from platformio/platformio-core
Ignore annoying "ms-vscode.cpptools-extension-pack" for VSCode and C/C++ files
This commit is contained in:
@ -19,5 +19,8 @@
|
|||||||
% for i, item in enumerate(sorted(recommendations)):
|
% for i, item in enumerate(sorted(recommendations)):
|
||||||
"{{ item }}"{{ ("," if (i + 1) < len(recommendations) else "") }}
|
"{{ item }}"{{ ("," if (i + 1) < len(recommendations) else "") }}
|
||||||
% end
|
% end
|
||||||
|
],
|
||||||
|
"unwantedRecommendations": [
|
||||||
|
"ms-vscode.cpptools-extension-pack"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user