Henning Dieterichs

Results 573 comments of Henning Dieterichs

IntelliSense works: ![image](https://user-images.githubusercontent.com/2931520/179767391-21598947-d326-4d85-965b-cc1a6e916655.png) I think the issue here are trigger characters and/or quick suggest.

[This broke first in 0.31.0-dev.20211210](https://microsoft.github.io/monaco-editor/playground.html?source=v0.31.0-dev.20211210#XQAAAAIMBgAAAAAAAABBqQkHQ5NjdMjwa-jY7SIQ9S7DNlzs5W-mwj0fe1ZCDRFc9ws9XQE0SJE1jc2VKxhaLFIw9vEWSxW3yscw9_S8TJLVquReO1D9ex36nnftcsoo2TA77ucZgrBviryQiawJAasTcO5hkAQzqOBbE7OGoQJw3CtYqZxKibHjs6OqnOlQeH_dSsO462f_U3X7J9XFle-P33DrgqJzFnDqLfSnVs11feJwO_YJWkfiZC6qfIS2VSzVazxE78jgK9c6uTyS5L3PJoYMwtz8SB_8wLuDXirFS_VVY46bju7HGMCBcvwVxpYuAQlaDe8IZtfKwF2g6TZM5S51HzsE-HN3W3X1q-6vQ-g0FZGq_RRcWKIbvhP2qm_OhMAg01XQRwWBEyit-Qk3i5XVdi5adPX5cfaq04ZHn439uBbE-6Do0vVZX9VAnCl_rkJc6JdCNM1ZvMPAzUC_dgvYhGtZ9vkhFJrLglSTz7Q0Guem3rRne8PQut0TPHfEIomDJwQFIrHtde_rK3cKGPaQT6BelnUjM2r6hJMEChTpqeR62fahmMP_EhIpAnyEr4LqifTVuFltYeRqnbODTU2dd9988V82mbY9q6MuGQOQfrIS94D6kViPB52As16Ewq8D5uei5jHfcUVtkj3UxIcHtLkU1_CTNN8GZ6ZclLB0-d4DwHL0hxtRvuI-wU58pp6zCzzTUvLvRIG3hBJ2Ugf8eS6h5g0CiFY_LhuRfyU_F7jbHNc87jGrglM88TJqVhUj8lI6K1ucsE3VhlBPKbh7Bu1YAKuk0Yb-1MPNBKTWCRBp4h8lWVeXEF2HNT4hvdwGOCvKFROOiyvzuzEv_569DPA) The issue is that the ranges are empty.

> But when I don't interact with the editor for a time, the editor does not detect diff value. What do you mean with "long" time? > * [x] Not...

I cannot verify. I left the tab open for 2 hours, and diffing still works.

I debugged the code and verified that it does not use the language id to lookup in the mime type registry. I cannot verify the regression though. @alexdima did something...

I think this is by design - when a cursor touches two columns, both their hover message is shown.

> Not reproducibly in VS Code only because AFAICT there are no readOnly editors there. There are, for example when you trigger the command "Open default keyboard shortcuts"

This looks like as if the model doesn't receive an event to update the markers.

I'm very sure this is a problem in the monarch grammar.