1. 19 Jan, 2021 4 commits
    • yann300's avatar
      Create rebase-pull-requests.yml · df7eafa3
      yann300 authored
      df7eafa3
    • bunsenstraat's avatar
      the file removed event is blocked (#753) · 83793276
      bunsenstraat authored
      The file removed event will not be emitted if the file is deleted when it is not opened. This happens for example when you right click on the file without first openening it.
      83793276
    • bunsenstraat's avatar
      canActivate option (#714) · 06fde893
      bunsenstraat authored
      I've added an option so that plugins can activate other plugins by adding an extra optional line to the profiles
      canActivate: ['plugin1', 'plugin2', ... ]
      This will allow that plugin to activate other plugins. But we can curate this when the profiles are made.
      This optional. If the other plugin does not exist or the caller doesn't have canActivate in its profile it gets caught.
      06fde893
    • David Disu's avatar
      Merge pull request #751 from ethereum/LianaHus-patch-4 · 01c0a22b
      David Disu authored
      FE user selection
      01c0a22b
  2. 18 Jan, 2021 36 commits