Skip to content

Commit 42feaba

Browse files
committed
Increase timeout for 100ms
1 parent 9ef0d32 commit 42feaba

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
@@ -179,7 +179,7 @@ export async function activateLsp(
179179
// Send initial theme on startup, slightly delayed to ensure server is ready
180180
setTimeout(() => {
181181
sendThemeNotification();
182-
}, 50);
182+
}, 100);
183183
resolve(client);
184184
} else if (e.newState === State.Stopped) {
185185
reject(new Error("Failed to start Quarto LSP Server"));

0 commit comments

Comments
 (0)