Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

;@Debug-Output grouping not working #220

Open
Tracked by #214
Lexikos opened this issue Jun 12, 2022 · 1 comment
Open
Tracked by #214

;@Debug-Output grouping not working #220

Lexikos opened this issue Jun 12, 2022 · 1 comment

Comments

@Lexikos
Copy link

Lexikos commented Jun 12, 2022

Using code that previously worked, with VS Code 1.68.0 and extension 1.11.0, grouping of debug messages is not working for me.

On my main system, I tried rolling back to a few previous versions of the extension, with no luck.

I also tested with the following on a new Windows 11 install, with fresh install of VS Code, vscode-autohotkey-debug and vscode-autohotkey2-lsp.

; @Debug-Output:start => Started
; @Debug-Output => Test message
; @Debug-Output:end
MsgBox

The result was

Started
Test message

The directive is clearly being processed, but there is no grouping. Am I missing something, or is it a bug?

@zero-plusplus zero-plusplus mentioned this issue Jun 12, 2022
62 tasks
@zero-plusplus
Copy link
Owner

zero-plusplus commented Jun 12, 2022

Thanks for the report.
I confirmed that this bug has been present since 1.10.0.

I have added this issue to the next version of the plan.

This may take some time as I am currently working on another project in parallel.

zero-plusplus added a commit that referenced this issue Jun 12, 2022
Grouping of messages using Debug Directive is not working,
such as `; @Debug-Output:start`, `; @Debug-Output:end`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants