The recommended way to build the vsix file for extensions involves using a bundler (webpack, esbuild) to limit what is included and keep file sizes down. Currently this isn't set up.
When using a bundler, scratchblocks rendering breaks. This might be because of the way imports are handled in both the core library and in the preview extension.
The recommended way to build the vsix file for extensions involves using a bundler (webpack, esbuild) to limit what is included and keep file sizes down. Currently this isn't set up.
When using a bundler, scratchblocks rendering breaks. This might be because of the way imports are handled in both the core library and in the preview extension.