-
Notifications
You must be signed in to change notification settings - Fork 102
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
Add new feature to vscode - recommended plugin installation #982
Comments
To follow the naming of our plugin properties files the option should rather be:
Please notice: The "recommendation" of a plugin is a VSCode specific feature that will give a "grown popup notification" informing the end-user that there is a recommended plugin the user should install and he can then choose to do so manually or he can reject. |
While implementing this feature, I have the following idea. When vscode is set up the
Furthermore, we could add a new option The function is already implemented in PR #990. I need feedback to add this feature to the documenation and complete the PR. |
The documentation has been updated, but we still need to dicuss how detailed we need to explain this feature in the docs. |
In the past, when installing vscode, the devonfw-extentions-pack was automatically installed. This plugin installs ~60 additional extensions and takes some time to complete the installation of all of extensions. This causes errors for the nightly tests and perhaps, more importantly, not every user wants to have this plugin installed by default. So the idea is to add an option in the vscode command to install vscode without devofw-exetnsions-pack.
The new option should be to recommend plugins to the user after opening it. One possible way would be to add an entry like
Recommend=true
in the properties file. Here is the description of how to implement the whole thing for vscode.However, the default should be that the plugin is installed automatically, the recommendation is just an option.
The text was updated successfully, but these errors were encountered: