We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05feab8 commit 1485d05Copy full SHA for 1485d05
src/chatPanel.ts
@@ -1,4 +1,4 @@
1
-import * as vscode from 'vscode';
+import * as vscode from 'vscode';
2
import { callDeepSeekApi } from './deepseekApi';
3
4
class WebviewOutputChannel implements vscode.OutputChannel {
@@ -108,7 +108,7 @@ export class ChatPanel {
108
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css">
109
<style>
110
#chat {
111
- height: calc(100vh - 150px);
+ height: calc(100vh - 170px);
112
overflow-y: auto;
113
padding: 8px;
114
}
0 commit comments