zero-plusplus / vscode-autohotkey-debug

https://marketplace.visualstudio.com/items?itemName=zero-plusplus.vscode-autohotkey-debug
52 stars 4 forks source link

If a script containing spaces is specified in the Include statement, the script will not appear in Loaded Scripts #235

Open zero-plusplus opened 2 years ago

zero-plusplus commented 2 years ago

This means that debugging directives and other features that depend on Loaded Scripts will not work.

#Include \\server\a b.ahk
return
; \\server\a b.ahk
; Debug-Output => AAA
Lexikos commented 1 year ago

For v2, the path can be enclosed in quote marks. The file does not appear in Loaded Scripts in that case either.

#include "S:\a\b.ahk"
zero-plusplus commented 1 year ago

Thanks for the report. I opened a new issue.

It took a while, but I finished the process of publishing my own AutoHotkey library, so back to the updating process for this extension.