zero-plusplus / vscode-autohotkey-debug

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

Change the labelling process when outputting objects to the log #288

Open zero-plusplus opened 1 year ago

zero-plusplus commented 1 year ago

The current specification treats the string before and after the object is output as a label, as follows.

This will be changed so that only the preceding string is treated as a label and the following string is output as a separate log.

; str := "label"
; obj := { key: "value" }

{str}{obj}{str} ; => labellabel