add context menu

pull/3642/head
Joseph Izang 2 years ago
parent 842d92d7ae
commit 154b7b9fe7
  1. 10
      apps/remix-ide/src/remixAppManager.js

@ -228,6 +228,16 @@ 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