removing doc-gen from plugin list

pull/4291/head
Liana Husikyan 1 year ago committed by GitHub
parent 4410142a69
commit 4d653d3203
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