Skip to content

Commit 9ef0d32

Browse files
committed
Add explanation
1 parent bc7fa19 commit 9ef0d32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/vscode/src/lsp/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ export async function activateLsp(
176176
const handler = client.onDidChangeState(e => {
177177
if (e.newState === State.Running) {
178178
handler.dispose();
179-
// Send initial theme on startup
179+
// Send initial theme on startup, slightly delayed to ensure server is ready
180180
setTimeout(() => {
181181
sendThemeNotification();
182182
}, 50);

0 commit comments

Comments
 (0)