简体   繁体   中英

Unable to get rid off this "The 2 extension(s) below, in workspace recommendations have issues" message in VS Code

I am on Mac M1 and the VS Code version installed is 1.67.0

Here is the screenshot:

image

How to get rid of it?

I have tried to restart the VS Code multiple times but the message pops out every time when I start the program. I can dismiss it, but it will reappear when I will open it next time.

I don't see any of those plugins in my installed extensions in VS Code. I have looked in settings.json file as well and no mention about them there as well.

Any idea how to get rid of that message?

在项目内的 .vscode 文件夹中应该有一个名为extensions.json的文件,只需从“reccomandation”数组中删除 2 项: "johnsoncodehk.volar""johnsoncodehk.vscode-typescript-vue-plugin"

This message is showing up because the extensions have been removed from the marketplace. To remove them from your vs code setup you will have to delete them from your VS Codes settings.json file.

  1. Open app preferences
  2. Search for 'Extensions'
  3. Scroll down until you find Settings Sync: Ignored Extensions section in VS Code settings
  4. Alternatively click the Document button on the top right of the window in VS Code Settings
  5. Remove the lines relating to 'johnsoncodehk' in the top section of 'settings.json'

For reference, I use a Macbook Air M1 and VS Code daily, so I feel your pain with extensions, but I hope this answer helps.

Have a great day :)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM