Adding @vscode/vsce to a project adds a lot of dependencies to yarn.lock (see here).
I'd suggest to bundle the sources of vsce into one index.js. This also might increase the performance of the tool.
You could check out rollup, which uses esbuild for the bundling.
I don't think this is a very involved task.
Adding @vscode/vsce to a project adds a lot of dependencies to yarn.lock (see here).
I'd suggest to bundle the sources of vsce into one index.js. This also might increase the performance of the tool.
You could check out rollup, which uses esbuild for the bundling.
I don't think this is a very involved task.