Alexandru Dima

Results 200 comments of Alexandru Dima

Yes, I plan to release a new `monaco-editor` version sometime in the next couple of weeks

This would reproduce in any editor using TM bundles if the exact same grammars are used for HTML and JavaScript.

@salientknight Can you consistently reproduce this error? What programming language have you used? This is caused by some AST processing we are doing, so it might be reproducible only with...

This reproduces in a `.txt` file with the content: ``` if(something) { console.log(`something`) } else { console.log(`!something`); } console.log(`a line`); ```

A fix is now available in the Pre-Release version of the Copilot Chat Extension (`v0.16.2024051701 (pre-release)`). This is compatible with [VS Code Insiders](https://code.visualstudio.com/insiders/). We plan to make a fix available...

@willwillman-kr Could you please try installing the latest [VS Code Insiders](https://code.visualstudio.com/insiders/) and the latest Copilot Chat Pre-Release extension? The latest version of the Copilot Chat Pre-Release improves the behavior of...

Inline Chat should now work a lot better in markdown documents. The change is available in the latest Copilot Pre-Release and will be available with the 0.16.0 Copilot Chat version.

In case it is useful, one more data point from #26907: `3.1.13` is the last known good version, `4.0.0-beta.1` is the first bad version.

We don't offer API to accomplish this. You could reach into the menu registrations and remove them `require('vs/platform/actions/common/actions').MenuRegistry._menuItems`