Enable events on web server (#45313)

Fixes #45293
This commit is contained in:
Matt Bierner
2021-08-05 16:10:01 -07:00
committed by GitHub
parent 1f85123821
commit c0796c1dfb

View File

@@ -187,7 +187,7 @@ namespace ts.server {
byteLength: notImplemented, // Formats the message text in send of Session which is overriden in this class so not needed
hrtime,
logger,
canUseEvents: false,
canUseEvents: true,
});
}