loop8ack / ExtensionPackTools

Import and export lists of Visual Studio extensions.
Other
78 stars 15 forks source link

Import extensions shows save instead of open dialog #14

Closed CZEMacLeod closed 5 years ago

CZEMacLeod commented 5 years ago

The TryGetFilePath helper method called from ImportCommand shows the save dialog - it does not check for an existing file and gives an overwrite prompt if you do select one. The import command then works as expected with the file (if it exists). I think this either needs 2 methods, or a flag to say Open or Save?