@@ -578,6 +578,14 @@ Please make a backup of your contracts and start using http://remix.ethereum.org
if(queryParams.get().debugtx){
self.startdebugging(queryParams.get().debugtx)
}
if(queryParams.get().pluginurl){
vartitle=queryParams.get().plugintitle
varurl=queryParams.get().pluginurl
modalDialogCustom.confirm(null,`Remix is going to load the extension "${title}" located at ${queryParams.get().pluginurl}. Are you sure to load this external extension?`,()=>{
if(executionContext.getProvider()!=='vm')returncb('plugin API does not allow sending a transaction through a web3 connection. Only vm mode is allowed')