Ignore annoying "ms-vscode.cpptools-extension-pack" for VSCode and C/C++ files

This commit is contained in:
Ivan Kravets
2022-01-15 22:27:30 +02:00
parent 93bbe8f2a3
commit e8c0b8504a

View File

@ -19,5 +19,8 @@
% for i, item in enumerate(sorted(recommendations)):
"{{ item }}"{{ ("," if (i + 1) < len(recommendations) else "") }}
% end
],
"unwantedRecommendations": [
"ms-vscode.cpptools-extension-pack"
]
}