@ -8,22 +8,5 @@ export class isoGitPlugin extends ElectronPlugin {
description:'isogit',
})
this.methods=[]
}
asynconActivation():Promise<void>{
setTimeout(async()=>{
constversion=awaitthis.call('isogit','version')
if(version){
//this.call('terminal', 'log', version)
}else{
//this.call('terminal', 'log', 'Git is not installed on the system. Using builtin git instead. Performance will be affected. It is better to install git on the system and configure the credentials to connect to GitHub etc.')