remove redundant linting context action

pull/3779/head
Joseph Izang 1 year ago
parent d914371979
commit bce3b68660
  1. 10
      apps/remix-ide/src/remixAppManager.js

@ -228,16 +228,6 @@ export class RemixAppManager extends PluginManager {
sticky: true,
group: 7
})
await this.call('filePanel', 'registerContextMenuItem', {
id: 'solhint',
name: 'lintContractCustomAction',
label: 'Lint Contract',
type: [],
extension: ['.sol'],
path: [],
pattern: [],
sticky: true
})
}
}

Loading…
Cancel
Save