Skip to content

Commit c0796c1

Browse files
authored
Enable events on web server (#45313)
Fixes #45293
1 parent 1f85123 commit c0796c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webServer/webServer.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ namespace ts.server {
187187
byteLength: notImplemented, // Formats the message text in send of Session which is overriden in this class so not needed
188188
hrtime,
189189
logger,
190-
canUseEvents: false,
190+
canUseEvents: true,
191191
});
192192
}
193193

0 commit comments

Comments
 (0)