Inline plot not showing up Makie

So a couple of days ago i wanted to use GLMakie outside of the inline plot that vscode has (wanted to rotate a 3D plot), so I used Makie.inline!(false)

But now I want to use the standard inline plot for CairoMakie and I tried using Makie.inline!(true) , but no window will show up (Neither inline or outside).

Any ideas on what is going on and how to fix it?

There was a change in the default behavior. You can make it open in a separate window by using:

GLMakie.activate!(inline=false)

See these other posts on the same topic: