make sure git is activated before integration tests run

This commit is contained in:
Joao Moreno
2020-02-05 10:24:40 +01:00
parent 69657a759a
commit 06dbb1938f
4 changed files with 17 additions and 0 deletions

View File

@@ -253,6 +253,11 @@ export class CommandCenter {
});
}
@command('git.activate')
async activate(): Promise<void> {
// noop
}
@command('git.setLogLevel')
async setLogLevel(): Promise<void> {
const createItem = (logLevel: LogLevel) => ({