Skip to content

Commit 40a9084

Browse files
atscottkyliau
authored andcommitted
fix: Revert back to boolean type for experimental-ivy flag
This flag was accedentally changed to an array in 440a6c6 It needs to be only a boolean so that it stays a checkbox in the UI.
1 parent f3e14b9 commit 40a9084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,4 +178,4 @@
178178
"type": "git",
179179
"url": "https://github.com/angular/vscode-ng-language-service"
180180
}
181-
}
181+
}

0 commit comments

Comments
 (0)