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 eb00c50 commit 2439489Copy full SHA for 2439489
packages/typescript-plugin/lib/server.ts
@@ -197,9 +197,6 @@ export async function startNamedPipeServer(
197
data = null;
198
}
199
200
- if (requestType === 'getComponentEvents' && Math.random() < 0.9) {
201
- return;
202
- }
203
connection.write(JSON.stringify([seq, data ?? null]) + '\n\n');
204
205
0 commit comments