Jari Pennanen
Jari Pennanen
Old issue, but this is what I was looking for too. The use-case is that you already have bunch of queries with placeholders like `?` Now if I want to...
It would help too, and it could be default for CSS if no `@replacement` is given. However the `@replacement` comment would allow to make even stronger HTML diagnostics work. Imagine...
@Liamolucko I use that too for other things. But it's not possible to get the URL of the main module from a snippet. If you do snippet that returns `import.meta.url`...
@Liamolucko did you try it? The problem is that calling `import.meta.url` anywhere inside WASM module doesn't give you an url: That generates this: ``` /** * @returns {string} */ export...
I'll be damned, but it still works! Thanks a lot. I leave this open, but for now I might be able to pull this off without this `javascript_custom_section` feature. I...
Is this also related? "Uncaught Error: Dynamic require of "fs" is not supported" ```bash deno Deno 2.4.0 exit using ctrl+d, ctrl+c, or close() REPL is running with all permissions allowed....
There is more polishing for this. Now it doesn't have the a drag to select feature at all because events happen on Mouse up instead of Mouse down. Double clicking...
This is same request I had in the diagnostics issue. Use case I had is that I often found myself seeing a type in the hover tip, and copying it...
Ah, apparently it doesn't work always. Btw, this is a duplicate of https://github.com/Microsoft/TypeScript/issues/26238
I think this is required for "windowless" apps, such as those running as tray icon, and showing window or layer shell only briefly.