Add status messages during command line processing (#4725)

* add status bar messages

* missed semicolon
This commit is contained in:
David Shiflet
2019-03-27 15:44:57 -04:00
committed by GitHub
parent 37ab493b78
commit a360bebd9d
5 changed files with 26 additions and 6 deletions

View File

@@ -116,7 +116,8 @@ suite('commandLineService tests', () => {
undefined,
undefined,
commandService,
configurationService
configurationService,
undefined
);
return service;
}