Skip to content

refactor(vscode-extension): allow toggle attributes via LS.#68077

Open
JeanMeche wants to merge 1 commit intoangular:mainfrom
JeanMeche:ls-toggle-comments
Open

refactor(vscode-extension): allow toggle attributes via LS.#68077
JeanMeche wants to merge 1 commit intoangular:mainfrom
JeanMeche:ls-toggle-comments

Conversation

@JeanMeche
Copy link
Copy Markdown
Member

This change allows to toggle attributes that are on their own line and have a 1+ leading space.

This change doesn't suffer from the issue that was reverted in #68067.

This change allows to toggle attributes that are on their own line and have a 1+ leading space.

This change doesn't suffer from the issue that was reverted in angular#68067.
@JeanMeche JeanMeche requested a review from atscott April 8, 2026 08:20
@angular-robot angular-robot bot added the area: vscode-extension Issues related to the Angular Language Service VsCode extension label Apr 8, 2026
@ngbot ngbot bot added this to the Backlog milestone Apr 8, 2026
repository: {
leadingSpace: {
match: /^\s+/,
name: 'template.tag.ng',
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think template.tag.ng is really the right name for just whitespace, is it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: vscode-extension Issues related to the Angular Language Service VsCode extension

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants