https://github.com/vuejs/vetur/issues/784#issuecomment-488911865 > VueServer: 181,000 IO reads, ~10% CPU TSServer: 1800 reads, ~1% CPU The root cause seems to be that Vetur loads all js/ts files from workspace, and this will result in TS Server loading all their dependencies: https://github.com/vuejs/vetur/blob/7fa2ead6831f22beaf6dd0ec87ed888a1c7ed65f/server/src/services/typescriptService/serviceHost.ts#L69