Skip to content

Commit

Permalink
plugin activation should be on demand
Browse files Browse the repository at this point in the history
  • Loading branch information
joeizang committed Feb 12, 2025
1 parent a597d58 commit 5a59daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/remix-ide/src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ class AppComponent {
})

// activate solidity plugin
this.appManager.activatePlugin(['solidity', 'udapp', 'deploy-libraries', 'link-libraries', 'openzeppelin-proxy', 'scriptRunnerBridge'])
this.appManager.activatePlugin(['solidity', 'udapp', 'deploy-libraries', 'link-libraries', 'openzeppelin-proxy'])
}
}

Expand Down

0 comments on commit 5a59daa

Please sign in to comment.