-
#### Summary
We should replace `react-ace` or at least provide a secondary code editor component that is more lightweight and which we can use for simpler use cases that don't need the overhead of a …
-
If a CodeEditor (in my case, a JSONEditor) is placed inside a Dialog, you can not create a newline in the code editor with the enter key. This seems to be because the Dialog unconditionally catches th…
-
The left shift of a signed integer is officially undefined behavior in C++17 and earlier: https://en.cppreference.com/w/cpp/language/operator_arithmetic#Bitwise_shift_operators
In C++20, signed int…
-
![test](https://user-images.githubusercontent.com/7967717/183486764-a9ceb9f5-31ab-44d1-bd30-01d61dc553f1.gif)
If you look at the gif you can see that the cursor is actually above where the input ap…
-
FreeCad uses mediawiki for documentation. This is a very correct decision in order for MediaWiki to be miles ahead of its competitors in every respect. It is absolutely not logical to change this. How…
-
HI Team,
This npm package is being used by [trino/grafana](https://github.com/trinodb/grafana-trino/tree/bffc6eca892d83d4ae2ff5896af87598ad6def54) plugin . The problem is if I am writing the Query in…
-
Extensions have to be tested for correct functionality. The ticked-off are already confirmed to be working fine. For all others I'm inviting folks that use them to try it out and either reply here wit…
-
If you try to use `this` within methods called by `{{on}}` and `{{fn}}`, they show a helpful error instructing the developer to use the `@action` decorator. The render modifiers could show something l…
-
# Problem
Hello
I need to use emmet in ace code editor
As said in guide I tried to import "ace-builds/src-noconflict/ext-emmet" in my component, but nothing changed, emmet code still accepted …
-
There should exist no reason to disable the `local/code-import-patterns`. You either need to move things into the right layer or update the configuration of the rule
- [x] src/vs/base/parts/request/…