-
Notifications
You must be signed in to change notification settings - Fork 340
Closed
Labels
in editorRelates to code editing or language featuresRelates to code editing or language featuresis bug
Milestone
Description
Describe the bug
#5776 hid linux/flutter/ephemeral and windows/flutter/ephemeral with this regex:
"**/flutter/ephemeral": true,
But since macos/Flutter/ephemeral has a capital F, it's not excluded as expected.
To Reproduce
Steps to reproduce the behavior:
- Open a Flutter project in VSCode. You may need to be on a case-sensitive file system (the Linux default).
- See that
linux/flutter/ephemeralandwindows/flutter/ephemeralcorrectly do not appear in the explorer. - See that
macos/Flutter/ephemeralis still there, with files likeFlutter-Generated.xcconfig.
Expected behavior
The macos ephemeral folder should be excluded just like the linux/windows ephemeral folders.
Please complete the following information:
- Operating System and version: Fedora Linux 43
- VS Code version: linux 1.103.2
- Dart extension version: 3.124.0
- Dart/Flutter SDK version: Flutter 3.38.3 with Dart 3.10.1
Metadata
Metadata
Assignees
Labels
in editorRelates to code editing or language featuresRelates to code editing or language featuresis bug
