Lung Sin
Lung Sin
I wasn't able to find the source of the music used in this file, specifically [corgie-title.ogg](https://github.com/bitbrain/godot-gamejam/blob/main/godot/music/corgie-title.ogg). Just want to make sure if attribution is required to use it in a...
Currently, when a config is annotated with ` ---@type ToggleTermConfig`, the lsp displays warning that a lot of fields are missing: ``` Missing required fields in type `ToggleTermConfig`: `shade_filetypes`, ,...
When writing spec, sometimes a test case is written with a certain property to lead for a certain output. For example, for a particular case, the input is designed such...
tcframe script directly invoke g++ and uses custom include paths `-I "$TCFRAME_HOME/include"`. This causes a bunch of errors to the code editor that uses LSP with default config:  One...