Henning Dieterichs

Results 602 comments of Henning Dieterichs

Related: https://github.com/microsoft/monaco-editor/issues/2707 This is out of scope for just the monaco editor, but please create a detailed feature request for VS Code.

We closed this issue because we [don't plan to address it](https://aka.ms/vscode-out-of-scope) in the foreseeable future. If you disagree and feel that this issue is crucial: we are happy to listen...

We closed this issue because we [don't plan to address it](https://aka.ms/vscode-out-of-scope) in the foreseeable future. If you disagree and feel that this issue is crucial: we are happy to listen...

We'd be open for a PR! We got the webpack examples as community contribution and are no webpack experts ourselves.

Closing due to missing reproducible example. If this bug still applies, please create a new issue. Make sure to select the form for bugs and include a minimal reproducible example....

This is as intended. Both the stable and the nightly build will override the monaco-editor-core version in package.json. The monaco-editor-core version in package.json is only relevant when checking out and...

Afaik this used to be as you suggest, but it would be weird in `(...) && (...)`, then `(...)| && (...)` would indicate that the first parenthensis group is active.

The active bracket pair guides indicate to which block you are currently adding text/instructions. When you have a block `{ console.log(1); }|` and the cursor is at `|`, the block...

It used to be like that too, but we got a lot of feedback to change it. If you find the issue where this got discussed, please link it from...

This looks normal to me. Do you mean the tooltip?