mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
make sure git is activated before integration tests run
This commit is contained in:
@@ -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) => ({
|
||||
|
||||
Reference in New Issue
Block a user