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
The vscode extension uses SceneGraphDebugCommandController to send a full set of text to add to the keyboard. However, that takes longer than the 5000 timeout. We have timeout available, but the underlying telnet module needs the execTimeout property set instead. Expose this so vscode-brightscript-language can properly override it.
The text was updated successfully, but these errors were encountered:
The vscode extension uses SceneGraphDebugCommandController to send a full set of text to add to the keyboard. However, that takes longer than the 5000 timeout. We have
timeout
available, but the underlying telnet module needs theexecTimeout
property set instead. Expose this so vscode-brightscript-language can properly override it.The text was updated successfully, but these errors were encountered: