refactor(vscode-ide-companion/panel): reimplement editor group locking with proper error handling

This commit is contained in:
yiliang114
2025-12-03 01:03:10 +08:00
parent c6299bf135
commit 05f5189bb4
6 changed files with 151 additions and 37 deletions

View File

@@ -25,7 +25,6 @@
bottom: 0;
width: 1px;
background-color: var(--app-primary-border-color);
z-index: 1;
}
/* First item: connector starts from status point position */
@@ -156,5 +155,6 @@
/* Flex container with margin bottom */
.toolcall-header {
margin-bottom: 12px;
/* TODO: 应该不需要? 待删除 */
/* margin-bottom: 12px; */
}