openfl / lime-vscode-extension

Visual Studio Code extension for OpenFL and Lime projects written in Haxe
https://marketplace.visualstudio.com/items?itemName=openfl.lime-vscode-extension
MIT License
27 stars 4 forks source link

Detect project file changes, closes #12 #69

Closed Gama11 closed 4 years ago

Gama11 commented 4 years ago

This feels like a huge improvement for the user experience. :)

I also added a command to do this manually via the command palette in case the changes come from somewhere external we can't detect (haxelib update or similar).

jgranick commented 4 years ago

On second thought, I'm okay with the lime update behavior without a popup if there is a setting for it in the Lime extension configuration, and I'm okay with that being the default.

It would be great to open new projects without giving the user any popups

Gama11 commented 4 years ago

Hm... well, this PR doesn't really make any difference for newly created projects (only once you start modifying Project.xml).

I can look into making adding a setting for this.