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

Fix display argument provider being disposed on deactivation #71

Closed Gama11 closed 4 years ago

Gama11 commented 4 years ago

When selecting another completion provider like Haxe ("deactivation"), Lime would vanish from the list because it would invoke the disposable. Now that should only happen when there is no project file.

Gama11 commented 4 years ago

@jgranick ping.