eclipse-theia/theia

Command execution buttons (Run | Debug) not available in a JAVA project until we refresh the widget

开放

#7,748 创建于 2020年5月5日

 (9 条评论) (0 个反应) (0 位负责人)TypeScript (2,478 个派生)batch import
bughelp wantedjavapreferences

仓库指标

星标
 (18,676 个星标)
PR 合并指标
 (平均合并 15天 4小时) (30 天内合并 75 个 PR)

描述

Bug Description:

It looks like there is an event missing for codelens when the editor needs a refresh after a font change. When I change the font, the "RUN" | "Debug" command are missing over the main class in a JAVA project until I refresh (Just use the scroll button) to refresh the widget.

Steps to Reproduce:

1.Have JAVA dependencies available (JAVA pack + maven) in my configuration 2. git clone git@github.com:ryanluker/vscode-coverage-gutters.git ( Create a test environment) 3. Open a file in a JAVA project ( App.java) --> Observe the buttons: "Run " | "Debug" showing over the main class 4. Open the preference and change the "editor.fontSize": 22 5. Return to the JAVA file --> The "Run" | "Debug" buttons are not available until you scroll to refresh the widget

Additional Information

  • Operating System: Ubuntu 18.04
  • Theia Version: latest commit 57f4c937c94f68f17c27010543be536cfb93d34b

RefreshMissingAfterFontChange

贡献者指南