You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to be able to set the Port from an ENV Variable, currently only String values can be created from ENV Variables.
But if I provide a String in the Settings the Code breaks with:
Failed to start Solargraph: RangeError [ERR_SOCKET_BAD_PORT]: Port should be >= 0 and < 65536. Received ${env:SOLARGRAPH_PORT}.
Could the value of "port" be casted to an integer so that this is possible?
The text was updated successfully, but these errors were encountered:
I have a file:
.vscode/settings.json
with the following content:
I'd like to be able to set the Port from an ENV Variable, currently only String values can be created from ENV Variables.
But if I provide a String in the Settings the Code breaks with:
Could the value of "port" be casted to an integer so that this is possible?
The text was updated successfully, but these errors were encountered: