#Html not rendering
49 messages · Page 1 of 1 (latest)
What version of the VS Code extension are you using?
And what do you mean by "HTML is not rendering"?
I'm using Versión: 1.74.2 (Universal)
I mean of the Astro extension
You might be looking at the Svelte extension, not the Astro one
Ah, you were looking at the download count, haha
crap
lol
0.:16am
my brain is fried lol
now it works, but for a moment, html wasnt rendering.
I am admittedly not too sure why the colors are wonky, in the version you're using this definitely shouldn't be happening
it wasnt showing on the page.
this is the message, but feels strange, thought for a moment that I need to add --- but it wasnt that
Ah, I think I see why you're getting this
I think the extension might be confused by the -- in your class names
If you can, it'd be helpful if you could give the output of the "Astro: Debug: Show TSX output" command while on the component
what do you mean by ""Astro: Debug: Show TSX output" ?
It's a debug command from the extension, should be available in the command palette
CTRL+ Shift + P to bring up the command palette, and then you can type the name of the command
oh
Sorry if I'm not explaining it properly, also 00:28 for me, haha!
I meant the content of the file that appears after using the command
I feel the worst collaborator ever.
Haha, no worries
If it's too complicated / cumbersome, copy pasting the content of your .astro file so I can try it out myself is also an option
<div class="c--palette-a">
<div class="c--palette-a__wrapper">
</div>
</div>
<script>
</script>
this is my astro file.
that's it.