BowlerHatLLC / vscode-as3mxml

ActionScript & MXML language extension for Visual Studio Code. Develop apps for Adobe AIR, Adobe Flash Player, or Apache Royale.
https://as3mxml.com/
Apache License 2.0
257 stars 39 forks source link

Don't force saving temporary tabs when start debugging #700

Closed ylazy closed 1 year ago

ylazy commented 1 year ago

When I start debuging my app, my temporary tabs (that are not saved as files) are prompted to save. Please add an option to disable this behavior.

https://github.com/BowlerHatLLC/vscode-as3mxml/assets/6010183/0780f8dc-f986-43f6-af24-511114e897d2

Thank you!

joshtynjala commented 1 year ago

This behavior is controlled by VSCode. There's nothing I can do.

ylazy commented 1 year ago

Thank you! For others: This can be controlled by the setting: "testing.saveBeforeTest": false