vscode-ng-language-service: Extension causes high cpu load in Ivy
Angular.ng-template-unresponsive.cpuprofile.txt
- Issue Type:
Performance
- Extension Name:
ng-template
- Extension Version:
0.900.12
- OS Version:
Windows_NT x64 10.0.18362
- VSCode version:
1.42.0
Find more details here: https://github.com/microsoft/vscode/wiki/Explain-extension-causes-high-cpu-load
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Reactions: 2
- Comments: 15 (2 by maintainers)
Commits related to this issue
- fix: pass watch options to watchFile and watchDirectory The options are needed so that the server respects the `WatchOptions` provided by users in their tsconfig.json. ```ts export interface Wat... — committed to kyliau/vscode-ng-language-service by kyliau 3 years ago
- fix: pass watch options to watchFile and watchDirectory The options are needed so that the server respects the `WatchOptions` provided by users in their tsconfig.json. ```ts export interface Wat... — committed to angular/vscode-ng-language-service by kyliau 3 years ago
- fix: pass watch options to watchFile and watchDirectory The options are needed so that the server respects the `WatchOptions` provided by users in their tsconfig.json. ```ts export interface Wat... — committed to angular/vscode-ng-language-service by kyliau 3 years ago
it’s a very annoying issue, especially at large projects I have to wait from 5:10 minutes till vs code comes up. so every morning after wakeup I open vs code then got to the washroom. not only on the startup. every time I generate new service, components, or adding simple util.
For me, the problem appear with version 11.2.4. Before this version no problem.