Julian Cataldo

Results 18 comments of Julian Cataldo

Mhhh… I'm missing `system-uicons:cubes` and others too

Hello, I use it like this, it works for me: `` 👇🏻 ``` ... ```

> I faced same issue. So I'm using JS `import` in astro frontmatter instead of `@use` in style tag (That is to say, my styles are not scoped) > The...

Just updated: ``` pnpm i -g markdown-magic@latest - markdown-magic 2.5.2 + markdown-magic 2.6.0 ``` Result: ```sh ➜ astro git:(master) md-magic --path '**/*.md' node:internal/modules/cjs/loader:973 throw new ERR_REQUIRE_ESM(filename, true); ^ Error [ERR_REQUIRE_ESM]:...

Hello, just installed this great extension. I've got the same bug (instant disappearing)

I don't know why, but with me, this bugs occurs only with debian/ubuntu, not macOS https://github.com/withastro/astro/issues/5074

Hey, Here some randoms observations on CSS modules support in Astro extension. With `clinyong.vscode-css-modules` we can get CSS peeking: In their demo below, we can see **very** briefly an hint...

I'm gonna make more "scientific" tests to isolate those and will share my results. By workspace scope, I mean "real files" inside the **VS Code** workspace (not pnpm/yarn…). It looks...

Hello, any update on this particular topic ? I've resorted on work-arounds for now, as I can't live without YAML Schemas and Markdown editing: https://github.com/JulianCataldo/content-components Thanks a lot !