-
Notifications
You must be signed in to change notification settings - Fork 340
Closed
Labels
in viewsRelates to custom views, like the Test tree or Dependencies treeRelates to custom views, like the Test tree or Dependencies treeis bug
Milestone
Description
Describe the bug
On some flutter projects with many dependencies, the dependencies panel is completely empty (no
On the same Linux account, some other flutter projects have a working dependencies panel.
To Reproduce
Steps to reproduce the behavior:
This is reproducible on my account.
- git clone https://github.com/minaxorg/flutter_intro.git
- cd flutter_intro/example/
- flutter pub get
- code .
- open the "DEPENDENCIES" panel
Expected behavior
The VScode primary side bar dependencies panel must contains
- direct dependencies
- dev dependencies
- transitive dependencies
Please complete the following information:
You can run the Dart: Collect Diagnostic Information command from the VS Code command palette (F1) to easily capture this information or provide it manually.
- Operating System and version:
Linux Fedora 40 - VS Code version:
1.94.1 (rpm -q code: code-1.94.1-1728111464.el8.x86_64) - Dart extension version:
Dart Code extension: 3.98.1
Flutter extension: 3.98.0 (activated) - Dart/Flutter SDK version:
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.24.3, on Fedora Linux 40 (Workstation Edition) 6.10.11-200.fc40.x86_64, locale en_GB.UTF-8)
[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.1)
[✓] Chrome - develop for the web
[✓] Linux toolchain - develop for Linux desktop
[!] Android Studio (not installed)
[✓] VS Code (version 1.94.1)
[✓] Connected device (2 available)
[✓] Network resources
! Doctor found issues in 1 category. - Target device (if the issue relates to Flutter debugging):
Metadata
Metadata
Assignees
Labels
in viewsRelates to custom views, like the Test tree or Dependencies treeRelates to custom views, like the Test tree or Dependencies treeis bug
