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
fix: only skip activation if user explicitly disables extension
Previous logic used config.get() which was affected by defaultValue from
other extensions' package.json. Now we use inspect() to check if the user
has EXPLICITLY set useEnvironmentsExtension to false.
- If user sets to true: activate
- If user sets to false: don't activate
- If user doesn't set anything: activate (default behavior)
- If only defaultValue exists: ignored, activate anyway
This is more robust and matches user intent.
0 commit comments