Alexandru Dima
Alexandru Dima
I would actually keep this issue open
@matanlb If I change your sample to use `import {a} from './foo';`, I get intellisense for `a`. So I believe there is something about the paths configuration that does not...
PR welcome. The Python tokenizer is [here](https://github.com/microsoft/monaco-languages/blob/03db2f621f251ff4cb0c9deee5e2b7613e64cce6/src/python/python.ts#L196).
We would very much appreciate a PR from the community for this issue. The problematic CSS Monarch tokenizer is defined at https://github.com/microsoft/monaco-languages/blob/19ce286ce42684fd0d08b19a2b8f36a7cfd830dd/src/css/css.ts#L45 and this can easily be copy-pasted to create...
@orta What would you recommend? [Here](https://github.com/microsoft/monaco-typescript/blob/ba7abda22f67707b482dcc93e24ae87ca054cc05/src/monaco.contribution.ts#L628-L632) are the JS defaults.
- When pressing Ctrl+V, the editor doesn't treat in any way the `keydown`/`keypress` events, so it doesn't call `preventDefault()` on them, which: - This causes a `paste` event to be...
I have tried `window.isSecureContext` and it is set to `true` in this case, so the inner `iframe` is considered a secure context.
@mifopen a PR would be most welcome. Depending on the setting `fixedOverflowWidgets` or the option of the content widget to `allowEditorOverflow`, [here](https://github.com/microsoft/vscode/blob/db98aa9a4cf2b5c57b6e2c2a1c0ba754df7fa640/src/vs/editor/browser/viewParts/contentWidgets/contentWidgets.ts#L291-L511) is the code responsible for positioning content widgets.
@xloc this has been recently improved via https://github.com/microsoft/vscode/pull/198730 . Could you please try with the latest editor nightly version?
Sorry about that, we're having a hiccup with the nightly build, the `0.46.0-dev-20231214` doesn't contain that change.