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 definition of the API contains quite some arrays, like vscode.window.visibleTextEdits, and usually the contract is that those arrays are 'readonly' or shallow copies. To express that more clearly we should investigate the use of ReadonlyArray<T> which defined the JS-array without any of it's modifying operations.