genius257 / vscode-autoit

AutoIt language extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=genius257.autoit
MIT License
4 stars 3 forks source link

Incomplete text in some macro hover descriptions #12

Closed genius257 closed 1 year ago

genius257 commented 1 year ago

When ripping the text from the helper page html source, links in the description text was not handled, and as such was omitted. This results in incomplete description texts.

Macro help page reference: https://www.autoitscript.com/autoit3/docs/macros.htm

Example for incomplete description: https://github.com/genius257/vscode-autoit/blob/7856c631f9f27229f266dcf105d5a6c729491375/server/src/autoit/internal.ts#L168