-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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
Ability to define extension profiles per project #69742
Comments
It's saying listing extensions activated for current file and then users can easily disable some of them in batch. |
May I know why user wants the list of active extensions on current file? |
You're partly right. |
@lifetin You can go to extensions viewlet and disable the extensions you want. Is not it enough? |
不够的, 我需要一次禁用多个,一个个的禁用,太费时间了. Not enough. I need to disable more than one at a time. It's too time consuming. If I install 30-40 extensions for different development languages, such as java, python, js, html, css, flutter, php, mysql, etc. I disable unnecessary extensions in the current project. It takes me a lot of time. vscode itself is to improve work efficiency. If you do not disable unnecessary extensions in the current project, it will be much slower, so this is a very important function. It's best to add disabled options. I create a setting option named vue, and then I choose to use the extension in Vue in this project. I'll create a choice for java, and then I'll make an extension choice for java. This automatically disables temporarily unused extensions. Then each project can choose the extension I want to open according to one key. It's a great feature. Look for support. |
So you want to create a extension profiles and apply these profiles to the workspace? |
如果能全局一键设置最好. 选择当前项目的环境,然后可以自由配置它的扩展.工作区的扩展,和这个可能没有什么关系If you can set the global one key best. Select the environment of the current project, then you can freely configure its extension. The extension of the workspace, and this may have nothing to do with |
Duplicate of #57548 |
Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for existing issues here. See also our issue reporting guidelines. Happy Coding! |
我觉得会多种开发语言的人,绝对会出现这样的问题。扩展安装多了,假如有100个,我换一个环境就要禁用多余的80个,这工作量太大了。I think people who can develop many languages will definitely have such problems. Extension installed more, if there are 100, I will change the environment to disable the excess 80, which is too much work. |
希望能够一次选择,在当前目录或是当前项目中可以禁用的扩展.
因为我安装了很多扩展,比喻vue,react,php,python等等,
如果我在使用vue开发项目时,在提示功能会有很多不属于vue的提示.
我在开发react的时候,会有很多其它的扩展增加了提示,导致我输入代码时无法正确选择我要的结果.经常会干扰了我的意图.所以希望能加一个选项,或是能够根据当前目录的结构或框架,自动检测或是提示建议我可以在本工作空间中禁用的扩展,防止各种提示功能都出来了.
The text was updated successfully, but these errors were encountered: