Kirill Bobyrev
Kirill Bobyrev
Is this intended to be a in-place rewrite (i.e. users won't have to do anything, the code will be in the same repo and the plugin will be updated once...
Looks good to me! I'm not sure how this usually happens in this repository since I haven't been using Nord for a long while, but I think it'd be useful...
Apologies for inconvenience, I do not have the capacity right now to implement this. If anyone is willing to propose a working solution without much complexity and maintenance cost I'd...
Yes, in my mind it looks like a button next to "Disable mscpp" on the warning. On Fri, Mar 5, 2021, 2:09 PM Sam McCall wrote: > Maybe this shouldn't...
> I'm not very familiar with vscode-clangd's contribution process, but I also faced the same issue, so I have made a small patch adding a config option to disable this...
Related Clangd issue: https://github.com/clangd/clangd/issues/271
Ah, okay, yes there is a syntax error indeed (missing ';' after struct). `:ChromaticaShowInfo`: ``` [chromatica] libclang file: /usr/lib/libclang.so [chromatica] Filename: /home/omtcvxyz/dev/contests/D.cpp [chromatica] Filetype: cpp [chromatica] .clang file: None [chromatica]...
@arakashic Yes, sure. That was a bit messy (because that's a code from a Codeforces contest problem solution) so I decided to omit it in the Issue. I have fixed...
> I don't understand what the issue is from this description. Can you be more specific, please? Are you getting a diagnostic you're not expecting? Or not getting a diagnostic...
> Ahh you mean a fix-it generated that code? Yes, I think that's the original problem.