When I open vscode the editor shows a bar indicating there are extension recommendations, but I already have all recommended extensions installed. It should detect this scenario and prevent the recommendation banner.
Extension|Author (truncated)|Version
---|---|---
xml|Dot|1.9.2
EditorConfig|Edi|0.9.4
material-icon-theme|PKi|2.0.11
vscode-docker|Pet|0.0.16
html-css-class-completion|Zig|1.8.0
html-snippets|abu|0.1.0
path-intellisense|chr|1.4.2
gitignore|cod|0.5.0
vscode-eslint|dba|1.2.11
python|don|0.6.9
vscode-babel-coloring|dza|0.0.4
vscode-npm-script|eg2|0.2.0
prettier-vscode|esb|0.21.0
php-debug|fel|1.11.1
php-intellisense|fel|1.4.3
docthis|joe|0.4.7
sublime-babel-vscode|jos|0.2.6
Go|luk|0.6.62
csharp|ms-|1.11.0
debugger-for-chrome|msj|3.1.6
php-docblocker|nei|1.2.0
Ruby|reb|0.12.1
sass-indented|rob|1.4.1
vim|vsc|0.9.0
(1 theme extensions excluded)
Steps to Reproduce:
.vscode/extensions.json with{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
"dzannotti.vscode-babel-coloring",
"msjsdiag.debugger-for-chrome",
"EditorConfig.editorconfig",
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode"
]
}
Reproduces without extensions: Yes
agreed, and setting this off doesn't even work
// Ignore extension recommendations
"extensions.ignoreRecommendations": true,
Any reason why?
Ignoring recommendations does work for me, so that may be a separate issue. However, for our use case, we version the extension recommendations and would only want to see this banner when new extensions the user doesn鈥檛 have are added to the list.
This issue has been closed because the problem could not be reproduced either because it is already fixed in later versions of the product or because it requires additional details on how to reproduce it. See also our issue reporting guidelines.
Happy Coding!
Hi @ramya-rao-a, this is still reproducible in v1.19.0, any chance you can take another look?
I still see this banner even though I already have the recommended extensions installed:

Do you still see the prompt if you lowercase all the recommendations in the extensions.json file?
No, I don't! If they're all lowercase, everything works as expected. Thanks!
The issue of the prompt appearing when the recommendations in the extensions.json file are not all lowercase is fixed in the latest Insiders (1.20)
Most helpful comment
Ignoring recommendations does work for me, so that may be a separate issue. However, for our use case, we version the extension recommendations and would only want to see this banner when new extensions the user doesn鈥檛 have are added to the list.