You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be helpful if VS Code could automatically enable or disable extensions based on project structure instead of requiring manual management for every workspace.
Currently, I can use workspace settings to enable extensions per project, but I have to do this manually for every new project. This becomes tedious when working across multiple languages or frameworks. For example, I don’t need rust-analyzer or golang.go running all the time only when I open a project that requires them.
Allow extensions to be automatically enabled based on certain conditions, such as:
If a specific file exists in the root (e.g., go.mod, Cargo.toml, package.json).
If the project matches a certain type (e.g., a Next.js or SvelteKit project).
It would be helpful if VS Code could automatically enable or disable extensions based on project structure instead of requiring manual management for every workspace.
Currently, I can use workspace settings to enable extensions per project, but I have to do this manually for every new project. This becomes tedious when working across multiple languages or frameworks. For example, I don’t need
rust-analyzer
orgolang.go
running all the time only when I open a project that requires them.Allow extensions to be automatically enabled based on certain conditions, such as:
go.mod
,Cargo.toml
,package.json
).Example configuration:
Benefits:
This would streamline workflows and improve performance, especially for developers who work across multiple technologies.
Basically like Lazyvim in Neovim
The text was updated successfully, but these errors were encountered: