- Open dacpac wizard and choose extract
- Set version to 1.0.0.0abcd
- Click Next and kick off the wizard
Actual:
Get error SQL Tools Service component exited unexpectedly. Please restart Azure Data Studio.

Expected:
a) Validation on page blocks going Next until a valid version is defined
b) the SqlToolsService code needs an overall try/catch to avoid crashing if anything goes wrong with the dacpac export. This breaks the entire app