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 9ef0d32 commit 42feabaCopy full SHA for 42feaba
apps/vscode/src/lsp/client.ts
@@ -179,7 +179,7 @@ export async function activateLsp(
179
// Send initial theme on startup, slightly delayed to ensure server is ready
180
setTimeout(() => {
181
sendThemeNotification();
182
- }, 50);
+ }, 100);
183
resolve(client);
184
} else if (e.newState === State.Stopped) {
185
reject(new Error("Failed to start Quarto LSP Server"));
0 commit comments