Thanks in advance for your bug report!
What happened?
document.addEventListener("DOMContentLoaded", () => {
console.log("hello");
});
Above JavaScript code should fold as a single entity. bracket matching does work fine, but folding does not. The last line is not grouped when it should be.
Pulsar version
1.132.1
Which OS does this happen on?
🐧 Debian based (Linux Mint, Ubuntu, etc.)
OS details
Ubuntu Noble
Which CPU architecture are you running this on?
x86_64/AMD64
What steps are needed to reproduce this?
copy above code in pulsar and try to fold / minimize it. it should become a single line but it only folds down to two lines, one outside the grouping.
Additional Information:
the two first checkmarks on the bug report are mandatory so I ticked them but their links don't go anywhere meaningful.
Thanks in advance for your bug report!
What happened?
Above JavaScript code should fold as a single entity. bracket matching does work fine, but folding does not. The last line is not grouped when it should be.
Pulsar version
1.132.1
Which OS does this happen on?
🐧 Debian based (Linux Mint, Ubuntu, etc.)
OS details
Ubuntu Noble
Which CPU architecture are you running this on?
x86_64/AMD64
What steps are needed to reproduce this?
copy above code in pulsar and try to fold / minimize it. it should become a single line but it only folds down to two lines, one outside the grouping.
Additional Information:
the two first checkmarks on the bug report are mandatory so I ticked them but their links don't go anywhere meaningful.