Simon Wörner
                                            Simon Wörner
                                        
                                    The file icon(s) are set in https://github.com/rune-rs/rune/blob/75e44cbbbefe00eab9771386bda8e8af34c3f033/editors/code/package.json#L42-L45 and can be removed.
> Despite the `"type": "npm"` in the `tasks.json` [...] Same for me, should be fine I guess. > What's the error? Might be that the languageserver itself doesn't understand how...
Looking at the vscode developer console this error seems to be the problem: ``` Activating extension 'rhaiscript.vscode-rhai' failed: Cannot find module 'vscode-languageclient' ``` Which suggests the extension is not completely...
> I wonder why that extension is named Rhai instead of Rune? Did you load the wrong extension? Well, being able to read helps... I do in fact have both...
(Proposed) fixes are available in PR #423 and #425.
I'm using [fundoc](https://github.com/CSSSR/fundoc) for my own API documentation. It has some quirks but allows adding the documentation within the source code. Probably a good location to start documenting and later...
I had a short look into it, we currently neither catch a broken pulseaudio connection nor have a functional reconnect. The failed connection is only check once during connection in:...
> The settings.json workaround fixed it for my case. @3liasP Can you open multiple windows without a crash with this work-around? For me this only works for the first window....
There you go: ``` a5848cf44e02645cddf020609ea67340cf6e3d24 is the first bad commit commit a5848cf44e02645cddf020609ea67340cf6e3d24 Author: Collin Baker Date: Wed Jul 20 11:57:16 2022 -0400 Generate opaque type for template param dependent bit...
The issue is still present in `0.66.1` and because LLVM 16 is now hitting the distros I can't now no longer build using the `0.60.1` due to #2319. If we...