fix: improve style and fix breakpoints view init#2583
Conversation
|
/publish |
|
ChatGPT Code Review: Code Review:
修改建议:
|
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #2583 +/- ##
==========================================
- Coverage 57.63% 57.62% -0.01%
==========================================
Files 1326 1326
Lines 83553 83576 +23
Branches 17398 17406 +8
==========================================
+ Hits 48153 48164 +11
- Misses 32161 32174 +13
+ Partials 3239 3238 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 15 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
|
本地验了下,还是会存在刷新后断点消失的问题,复现步骤是打开一个没有断点的文件,然后刷新 |
|
这样改似乎影响了 ts 语言服务的启动?刷新后打开 ts 文件,会发现语法高亮和语言服务都没有生效 |
Types
Background or solution
🤖 Generated by Copilot at e89ae06
isDefinedutility function from@opensumi/ide-utilsintree-node.tsx(link)debug-breakpoints.service.ts(link)tree-node.tsx(link)修复在调试断点面板下刷新后,断点消失问题
close #2552.
优化设置面板及调试断点面板样式

close #2581
Changelog
improve style and fix breakpoints view init