-
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: Add option to disable ngcc * feat: add command to run ngcc manually * feat(extension): Add option to force strict templates * feat(extension): Update untrusted workspace support * feat provide folding ranges for inline templates * Ensure Angular code actions are only retrieved in angular contexts * feat: Add option to disable code actions * Revert "feat: Add option to disable code actions" This reverts commit 9b40f81. * feat: Remove ngcc from extension * refactor: remove support for VE projects * feat: Support inline styles as string * fix: fix detection of Angular context after string interpolation * refactor(client): Show warning message if a project uses a newer version than extension * fix: Disable block syntax parsing when no project in workspace supports it * feat(client): v17.0.1 - upgrade server to v17.0.1 - support to show the tag info in the jsDoc - remove view-engine config option - remove provideCompletionItem middleware
- Loading branch information
Showing
194 changed files
with
572 additions
and
118,823 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
{ | ||
"cSpell.words": [ | ||
"mutex" | ||
"Ngcc", | ||
"mutex", | ||
"nvim", | ||
"untrusted" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.