Add nahmii-compiler context menu for compilation through it.

pull/5370/head
Hein 3 years ago committed by yann300
parent 4d894679a6
commit 7556800afc
  1. 10
      apps/remix-ide/src/remixAppManager.js

@ -149,6 +149,16 @@ export class RemixAppManager extends PluginManager {
pattern: [],
sticky: true
})
await this.call('filePanel', 'registerContextMenuItem', {
id: 'nahmii-compiler',
name: 'compileCustomAction',
label: 'Compile for Nahmii',
type: [],
extension: ['.sol'],
path: [],
pattern: [],
sticky: true
})
}
}

Loading…
Cancel
Save