Merge pull request #4291 from ethereum/LianaHus-patch-7

removing doc-gen from plugin list
pull/4283/head
yann300 1 year ago committed by GitHub
commit 79621434d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      apps/remix-ide/src/remixAppManager.js

@ -75,7 +75,8 @@ const requiredModules = [ // services + layout views + system views
'solidity-script',
'openaigpt',
'home',
'doc-viewer'
'doc-viewer',
'doc-gen'
]
// dependentModules shouldn't be manually activated (e.g hardhat is activated by remixd)

Loading…
Cancel
Save