-
Notifications
You must be signed in to change notification settings - Fork 340
Closed
Labels
in commandsRelates to commands (usually invoked from the command Palette)Relates to commands (usually invoked from the command Palette)in flutterRelates to running Flutter appsRelates to running Flutter appsis enhancement
Milestone
Description
Is your feature request related to a problem? Please describe.
I have a multi-package project and recently changed the folder structure from having app folders just two levels down (eg. project/packages/app) to the app folders being further down (eg. project/packages/folder/app)
The extension stopped recognising the project as a Flutter project when opening the project folder.
Describe the solution you'd like
Perhaps a setting where we can change how deep the extension searches for a flutter app.
Additional context
If I add a flutter app back at the level project/packages/app, and open project, the extension starts detecting the project as a Flutter project again.
Metadata
Metadata
Assignees
Labels
in commandsRelates to commands (usually invoked from the command Palette)Relates to commands (usually invoked from the command Palette)in flutterRelates to running Flutter appsRelates to running Flutter appsis enhancement