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
In order to avoid issues with parameter order and addition options in the future, factor out the terminal configuration and use that in window.createTerminal (similar to the config object used in setLanguageConfiguration).
In order to avoid issues with parameter order and addition options in the future, factor out the terminal configuration and use that in
window.createTerminal
(similar to the config object used insetLanguageConfiguration
).Old:
createTerminal(name?: string): Terminal
New:
createTerminal(configuration: TerminalConfiguration): Terminal
FYI @jrieken
The text was updated successfully, but these errors were encountered: