kauemurakami / getx_snippets_extension

An extension to accelerate the process of developing applications with flutter, aimed at everyone using the GetX package.

Home Page:https://marketplace.visualstudio.com/items?itemName=get-snippets.get-snippets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support extension activation for workspace with multiple pubspec.yaml files

Linkadi98 opened this issue · comments

As title, I have a flutter project which has multi sub flutter projects inside it. I have installed and used your ext but it hasn't activated in workspace with multi sub projects, because the activation condition only searches for one pubspec file in workspace. In my case, the extension can not recognize pubspec file inside sub projects, so the quick fix menu doesn't show the getx wrap options.