Skip to content

Commit 195a97f

Browse files
authored
fix(extension): remove unused View Engine option (#2189)
this removes the view engine option which is unused
1 parent a39e01d commit 195a97f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,6 @@
112112
"default": "off",
113113
"description": "Enables logging of the Angular server to a file. This log can be used to diagnose Angular Server issues. The log may contain file paths, source code, and other potentially sensitive information from your project."
114114
},
115-
"angular.view-engine": {
116-
"type": "boolean",
117-
"default": false,
118-
"description": "Use legacy View Engine language service. This option is incompatible with projects using Angular v13 and above."
119-
},
120115
"angular.enable-strict-mode-prompt": {
121116
"type": "boolean",
122117
"default": true,

0 commit comments

Comments
 (0)