mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-03-15 14:05:47 -05:00
Revert change to canUseEvents in IoSessionOptions (#22791)
This commit is contained in:
@@ -511,7 +511,7 @@ namespace ts.server {
|
||||
byteLength: Buffer.byteLength,
|
||||
hrtime: process.hrtime,
|
||||
logger,
|
||||
canUseEvents: eventPort !== undefined,
|
||||
canUseEvents: true,
|
||||
globalPlugins,
|
||||
pluginProbeLocations,
|
||||
allowLocalPluginLoads,
|
||||
|
||||
Reference in New Issue
Block a user