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
The only missing piece of this puzzle now is the ability to create breakpoints in .astro files. I'm opening this issue here because I assume it's up to the LSP / extension to declare that the file can have breakpoints, and what lines/columns to allow them.
Proposed Solution
Allowing breakpoints in .astro files
Help make it happen!
I am willing to submit a PR to implement this change.
I am willing to submit a PR to implement this change, but would need some guidance.
I am not willing to submit a PR to implement this change.
The text was updated successfully, but these errors were encountered:
Background & Motivation
Using vitejs/vite#11576 and withastro/compiler#680, I'm able to use

debugger;
statements in frontmatter flawlessly.The only missing piece of this puzzle now is the ability to create breakpoints in
.astro
files. I'm opening this issue here because I assume it's up to the LSP / extension to declare that the file can have breakpoints, and what lines/columns to allow them.Proposed Solution
Allowing breakpoints in
.astro
filesHelp make it happen!
The text was updated successfully, but these errors were encountered: