castwide / vscode-solargraph

A Visual Studio Code extension for Solargraph.
Other
423 stars 26 forks source link

Enable String as Input for Port Config #257

Closed a0n closed 1 year ago

a0n commented 1 year ago

Proposed Solution for #256. This enables to pass both a Number and a String into the Port Configuration. Numbers can't be created from a Environment Variable inside a settings.json, that's why its useful to be able to configure it with a String instead of a Number.

castwide commented 1 year ago

LGTM. Thanks!