You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Revert "feat: Add option to disable code actions (#1849)" (#1856)
This reverts commit 3453361.
This feature was only added as a potential mitigation for performance
issues in the v15 release. These performance issues have been
unreproducable by the team and disabling quick fixes using this feature
has not been confirmed to resolve the problem from developers
expeiencing the issue.
Copy file name to clipboardExpand all lines: package.json
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -146,11 +146,6 @@
146
146
"default": false,
147
147
"markdownDescription": "Disable the step to automatically run ngcc. [ngcc](https://github.com/angular/angular/blob/main/packages/compiler/design/architecture.md#high-level-proposal) is required to run and gather metadata from libraries not published with Ivy instructions. This can be run outside of VSCode instead (for example, as part of the build/rebuild in the CLI). Note that ngcc needs to run not only at startup, but also whenever the dependencies change. Failing to run ngcc when required can result in incomplete information and spurious errors reported by the language service."
148
148
},
149
-
"angular.disableCodeActions": {
150
-
"type": "boolean",
151
-
"default": false,
152
-
"markdownDescription": "Disable code actions in Angular contexts, including quick fixes in template files which add missing imports. Some code actions require global project analysis, so it may be desirable to disable them for performance reasons."
0 commit comments