core icon indicating copy to clipboard operation
core copied to clipboard

[BUG] launch editor 在 Java Debug 配置下渲染异常

Open Ricbet opened this issue 1 year ago • 0 comments

描述你的问题(Describe the bug)

launch json 配置如下

{
  "version": "0.2.0",
  "configurations": [
    {
      "type": "java",
      "name": "Attach",
      "request": "attach",
      "hostName": "localhost",
      "port": "<debug port of the debuggee>"
    }
  ]
}

此时打开 launch editor,出现以下报错 image

复现路径(To Reproduce)

预期表现(Expected behavior)

环境信息(Environment)

  • OS: [e.g. macOS 11.2 Apple M1/Windows10/Windows11]
  • Browser: [e.g. chrome, safari, electron]
  • OpenSumi Version: [e.g. 2.13.0]

Ricbet avatar Aug 14 '23 10:08 Ricbet