Hazelight / vscode-unreal-angelscript

Visual Studio Code Language Server and Debug Adapter for use with UnrealEngine-Angelscript.
MIT License
94 stars 43 forks source link

Fix: Remove extra comma in mixin function signature #52

Closed SuperSodaSea closed 2 months ago

SuperSodaSea commented 2 months ago

There is a small mistake in the condition for adding commas in function signature parameter list (the commas are always added), resulting in an extra comma in the mixin function signature. This PR fixes this issue.

Haze-Lucas commented 2 months ago

Good catch, thank you for the fix 👍