Skip to content

Commit 5dfe709

Browse files
authored
hide checkpoints inline chat (microsoft#256049)
* fix inline chat checkpoints * remove extra css
1 parent d92e9ce commit 5dfe709

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

src/vs/workbench/contrib/chat/browser/media/chat.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2081,7 +2081,6 @@ have to be updated for changes to the rules above, or to support more deeply nes
20812081
}
20822082
}
20832083

2084-
20852084
.chat-buttons-container {
20862085
display: flex;
20872086
gap: 8px;

src/vs/workbench/contrib/inlineChat/browser/media/inlineChat.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,13 @@
7272
outline: none;
7373
}
7474

75+
.monaco-workbench .inline-chat .chat-widget {
76+
.checkpoint-container,
77+
.checkpoint-restore-container {
78+
display: none;
79+
}
80+
}
81+
7582
.monaco-workbench .inline-chat .chat-widget .interactive-session .interactive-input-part {
7683
padding: 4px 0 0 0;
7784
}

0 commit comments

Comments
 (0)