thqby / vscode-autohotkey2-lsp

Autohotkey v2 Language Support using vscode-lsp.
https://marketplace.visualstudio.com/items?itemName=thqby.vscode-autohotkey2-lsp
GNU Lesser General Public License v3.0
210 stars 21 forks source link

Add first unit test and Prettier config #560

Closed mark-wiemer closed 1 month ago

mark-wiemer commented 2 months ago

Use @vscode/test-cli to quickly run sample automated tests against the repo. Use Prettier to consistently format files. This PR adds basic infrastructure and a first pair of tests on resolvePath. Refer to AHK++ for more details. Happy to discuss :)