Plugin Dependencies#1030
Conversation
|
have you tested it? It doesn't work. |
|
I have tested it and it works for both free and paid plugins though further testing is needed for paid plugins |
Now it's working fine. |
Sorry for the late response, was facing some issues irl. I am deliberately either to show an alert(
"Installer Notice",
"Acode is going to install the following dependencies<br/>"
+ plugin.dependencies.join("<br/>"),
() => {
// Resolve dependencies
},
);Or const shouldInstall = await confirm(
"Installer Notice",
"Acode is going to install the following dependencies<br/>"
+ plugin.dependencies.join("<br/>"),
);
if (shouldInstall) {
// Resolve dependencies
} |
|
Use confirmation |
Ok 👍 |
No description provided.