Revert change to canUseEvents in IoSessionOptions (#22791)

This commit is contained in:
Andy
2018-03-22 10:29:32 -07:00
committed by GitHub
parent 4462c159b1
commit 67670d8726

View File

@@ -511,7 +511,7 @@ namespace ts.server {
byteLength: Buffer.byteLength,
hrtime: process.hrtime,
logger,
canUseEvents: eventPort !== undefined,
canUseEvents: true,
globalPlugins,
pluginProbeLocations,
allowLocalPluginLoads,