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 bc7fa19 commit 9ef0d32Copy full SHA for 9ef0d32
apps/vscode/src/lsp/client.ts
@@ -176,7 +176,7 @@ export async function activateLsp(
176
const handler = client.onDidChangeState(e => {
177
if (e.newState === State.Running) {
178
handler.dispose();
179
- // Send initial theme on startup
+ // Send initial theme on startup, slightly delayed to ensure server is ready
180
setTimeout(() => {
181
sendThemeNotification();
182
}, 50);
0 commit comments