Skip to content

Commit 67670d8

Browse files
author
Andy
authored
Revert change to canUseEvents in IoSessionOptions (microsoft#22791)
1 parent 4462c15 commit 67670d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/server.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ namespace ts.server {
511511
byteLength: Buffer.byteLength,
512512
hrtime: process.hrtime,
513513
logger,
514-
canUseEvents: eventPort !== undefined,
514+
canUseEvents: true,
515515
globalPlugins,
516516
pluginProbeLocations,
517517
allowLocalPluginLoads,

0 commit comments

Comments
 (0)