Alexandru Dima

Results 200 comments of Alexandru Dima

When using AMD, the editor knows how to transform a module id to a path where the file can be found (e.g. when constructing a worker). When using ESM, each...

[The error](https://github.com/microsoft/vscode-remote-release/issues/7171#issue-1366674840) does not involve the client trying to connect or reconnect, but rather it shows a corrupt installation directory of the vscode server. ``` [14:24:21.211] > > Server did...

The editor, depending on the language for the model, can end up spawning one or two web workers. For any file (including plain/text), the web worker is dynamically created when:...

@mjbvz who owns the quick fix UI now?

The root cause appears to be the folding ranges change and end up calling `editor.setHiddenAreas`. That one does not attempt to maintain the viewport stable in any way.

> I've updated the PR so the cursor does shift by 1px but it adds left padding so the text is where it's supposed to be. The change looks alright...

The editor has an option `readOnly` that would need to be exercised by the workbench => removing `editor` label.

It looks like we have a regression from #83276 , I'm not sure what has changed.