Skip to content

OpenSumi Release v2.14.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Jan 13:10
· 0 commits to e935021b82d80639837248e002653abdd957bcee since this release

v2.14.0

24 January 2022

🎉 New Features

  • only bottom slot will apply hideSlotTabBarWhenHidePanel settings #227 by @lengthmin
  • 隐藏 bottom slot tabbar 时双击 tab 不会再隐藏整个 slot #236 by @lengthmin
  • set explorerResourceIsFolder to true when right click in explorer root #286 by @lengthmin
  • Add terminal context menu #332 by @Aaaaash
  • emit task provider registered event #331 by @Aaaaash
  • Add remote opener #288 by @Aaaaash
  • fire task background begin and ended event #373 by @Aaaaash

🐛 Bug Fixes

  • 修复 Toolbar 按钮的 min-width 属性名 #152 by @yantze
  • 去掉多余的主题 fallback 逻辑 #188 by @Aaaaash
  • 修正主题 fallback 逻辑 #214 by @Aaaaash
  • storage use asAccess with uri #235 by @yantze
  • es editor ures failing after closing diffEditors. #251 by @MMhunter
  • remove redundancy node process clean #230 by @yantze
  • 修复在没有 resolveCompletionItem 的情况下补全列表的 documentation 丢失的问题 #284 by @Ricbet
  • QuickOpen hide do not dispose #325 by @hacke2
  • configuration contributionPoint parse error #322 by @erha19
  • set correct context menu on empty view block #318 by @erha19
  • locating setting id while clicking edit in settings.json #372 by @erha19
  • update replace all button correctly while updating replace the value on search view #369 by @erha19
  • new files on fileTree #365 by @erha19
  • diff editor focus problem #376 by @MMhunter
  • tabsize 配置最小值限制为 1 #375 by @Ricbet
  • wrap replace button with observer on search panel #387 by @erha19
  • auto position setting id when invisible #386 by @erha19

📚 Documentation Changes

💄 Code Style Changes

💄 Style Changes

🪚 Refactors

🚀 Performance Improvements

🧹 Chores