Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(extension): prompt to install recommend extensions #4436

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

fannheyward
Copy link
Member

@fannheyward fannheyward commented Dec 13, 2022

A very minimal implementation.

extensions.recommendations can be set with a list of extensions' name, coc will prompt user to install or not.

How VSCode does this: https://code.visualstudio.com/docs/editor/extension-marketplace#_workspace-recommended-extensions

  1. workspace only, not global
  2. uses .vscode/extensions.json file to locate the settings, in workspace folder
  3. recommendations for should be recommended, unwantedRecommendations for should not be recommended for users of this workspace

@chemzqm any suggestions? Do we need to use a separate file to save the settings?

@fannheyward fannheyward marked this pull request as draft December 13, 2022 09:20
`extensions.recommendations`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant