Blake Van Tassell
Blake Van Tassell
if you are building from source, what os are you using?
> > if you are building from source, what os are you using? > > I don't know what you mean by building from source but I'm using Windows 10...
what os are you using?
install SDL2
@SmallHuaZi If you use [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer), make sure you follow the instructions of [this issue reply](https://github.com/phil-opp/blog_os/issues/1022#issuecomment-1177361632). It prevents rust-analyzer from screaming at you whenever you are working in a `#![no-std]` file
The error happens in this code block (lines 266-274): ```javascript } else if (this.settings.bannerType === 0) { component.props.children.splice(2, 0, React.createElement("img", { className: `${config.info.name}-banner`, src: `https://cdn.discordapp.com/banners/${guild.id}/${guild.banner}.gif?size=1024`, style: { width: "100%", height:...
Oh, well that would work too lol
@HypedDomi TypingUsersPlus is broken 
I had this same problem (with the .NET Tools C# extension) and was able to resolve it without uninstalling or reinstalling any of my extensions. I can't tell you how...