Alexandre Cavalheiro S. Tiago da Silva
Alexandre Cavalheiro S. Tiago da Silva
> Do you have edit access to the wiki page? No, the repository probably limits wiki editing to collaborators only.
> > > Anyway, is it possible to include libatomic as a dependency instead of the system needing it as a separate package? > > > > > > I...
Ok so about my previous comment: I ended up re-installing my system, my `ostree` was acting extremely weirdly and turns out that it was outdated by a few months and...
@Happin3ss, my issue was not with VSCode specifically but this may help you. I were checking what name Fira Code had in my system and it was called `FiraCode NF`,...
Tsuquyomi does not supports yarn unfortunately, npm and yarn global folders are located in different paths.
The bug is caused because some commands have their own customized `parseArgs`. The fix would be to have a method for those who have customized ones. > All of those...
I see, thought we checked race condition but good job us I guess. Well I will reward Thief later. > *Also, sorry for the other comment, seems like I commented...
Using the following fold query for `c_sharp`: ```scheme ( (preproc_region) @region_begin . [ (comment) (declaration) (statement) (type_declaration) ]* . (preproc_endregion) @region_end (#offset! @region_end 0 0 -1 0) (#make-range! "fold" @region_begin...
Add any code after that region and you will see that the fold extends one line more, i.e. ```cs class Test { #region Search Context.SearchFields = new Dictionary() { {...
Awesome! I will follow it up with some commits for those changes, thanks for pointing it out.