mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-25 14:20:30 -04:00
Add status messages during command line processing (#4725)
* add status bar messages * missed semicolon
This commit is contained in:
@@ -116,7 +116,8 @@ suite('commandLineService tests', () => {
|
||||
undefined,
|
||||
undefined,
|
||||
commandService,
|
||||
configurationService
|
||||
configurationService,
|
||||
undefined
|
||||
);
|
||||
return service;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user