Ginés Sanz
Ginés Sanz
same here
https://github.com/eclipse/openvsx/wiki/Publishing-Extensions As I'm not the owner I don't want to publish it and I think it should be published by the owner to get the credit for it.
fdfdfdfd
fdfdfd
@mbprotheweb you could do something like this: ``` import { promises as fs } from 'fs'; import puppeteer from 'puppeteer'; async function htmlToPdf(inputFile: string, outputFile: string) { try { const...