Skip to content

Commit 9480e5c

Browse files
mjbvzBobobUnicorn
authored andcommitted
Enable events on web server (microsoft#45313)
Fixes microsoft#45293
1 parent 90345f8 commit 9480e5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webServer/webServer.ts

Lines changed: 1 addition & 1 deletion
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)