nhedger / vscode-inertia

Visual Studio Code extension for Inertia.js
https://marketplace.visualstudio.com/items?itemName=nhedger.inertia
MIT License
19 stars 1 forks source link

fix: broken hyperlinks when using function calls to pass props #17

Closed nhedger closed 1 year ago

nhedger commented 1 year ago

This PR fixes the extension incorrectly generating invalid hyperlinks when passing props to one of the Inertia methods as a function call.

Fixes #16