devtools
b23f579c - Use theme preference from IDE when embedded instead of preference (#6581)

Commit
1 year ago
Use theme preference from IDE when embedded instead of preference (#6581) * Use theme preference from IDE when embedded instead of preference Currently the theme always comes from the preference and ignores what the IDE passes. Since there's no way to un-set the preference (or change it in the UI when embedded) this may prevent it matching the IDE. This change always uses the IDE preference when embedded. It requires a change in VS Code to pass embed=true when embedding the sidebar since this was missing originally.
Author
Committer
Parents
  • packages
    • devtools_app
      • lib/src
        • File
          app.dart
      • release_notes
        • File
          NEXT_RELEASE_NOTES.md
    • devtools_app_shared/lib/src/ui/theme
      • File
        _ide_theme_web.dart
      • File
        ide_theme.dart
      • File
        theme.dart