-
Notifications
You must be signed in to change notification settings - Fork 325
Closed
Labels
in debuggerRelates to the debug adapter or process of launching a debug sessionRelates to the debug adapter or process of launching a debug sessionin editorRelates to code editing or language featuresRelates to code editing or language featuresin flutterRelates to running Flutter appsRelates to running Flutter appsis enhancement
Milestone
Description
I've a Flutter app that contains a lot of markdown files as assets and needs to display them.
Changing such a file doesn't automatically trigger a hot reload so I have to manually press the yellow lightening button to verify whether my changes to those files look good. It would improve quality of life if this could happen automatically.
Hence, it would be nice if the plugin would use the pubspec
file to find all assets and then optionally also hot reload if those assets are changed. Or just add md
to the list of watched files in the shouldHotReloadFor
function :)
mono0926
Metadata
Metadata
Assignees
Labels
in debuggerRelates to the debug adapter or process of launching a debug sessionRelates to the debug adapter or process of launching a debug sessionin editorRelates to code editing or language featuresRelates to code editing or language featuresin flutterRelates to running Flutter appsRelates to running Flutter appsis enhancement