Merge pull request #15234 from mjbvz/fix-globalPlugins-flags-not-working

Fix globalPlugins TSServer Flag
This commit is contained in:
Mohamed Hegazy
2017-04-17 14:43:55 -07:00
committed by GitHub

View File

@@ -401,7 +401,9 @@ namespace ts.server {
byteLength: Buffer.byteLength,
hrtime: process.hrtime,
logger,
canUseEvents});
canUseEvents,
globalPlugins: options.globalPlugins,
pluginProbeLocations: options.pluginProbeLocations});
if (telemetryEnabled && typingsInstaller) {
typingsInstaller.setTelemetrySender(this);