This repository was archived by the owner on Apr 1, 2020. It is now read-only.
Startup Performance: TypeScript Server process (tss
) is always spawned on startup
#1251
Labels
Looking at traces from startup, it seems that the TypeScript standalone server (
tss
) is always started - even if we haven't entered a typescript or javascript file.This should be deferred until we actually enter a TypeScript / JavaScript file.
The text was updated successfully, but these errors were encountered: