hsnoil
hsnoil
@ts-thomas I know one can just do `data.items =` but my goal in long term was to do some auto structuring of what is passed to the values and get...
Though when you bundle it, doesn't it resolve the path to Mikado?
So how about an optional flag that if someone wants to bundle their stuff it would register it?
@fly3366 - Can you provide an example that doesn't get impacted by large performance regression vs without pooling?
If you disable/remove the `z-index: 0` on `.p-SplitPanel-child` , `.p-DockPanel` and `.p-DockPanel-widget` it works properly, though that likely has other consequences. But that may help narrow things down.
@JonasHelming Sure https://open-vsx.org/extension/rust-lang/rust-analyzer v0.4.2044
Cargo comes with Rust(which is what is also needed): https://www.rust-lang.org/tools/install
I think I may have narrowed down the problem. The issue is likely related to doing a set of a SnippetTextEdit This is the part where it fails: ``` const...
I notice there are some differences for set between theia and vscode. Not sure if that is the issue as the pc I am on is has too little space...
@msujew @tsmaeder @JonasHelming I found it, the issue was more downstream in type-converters as there is no entry for types.FileEditType.Snippet. I tested it and it works, but I had to...