Build an extension (vsix) file
npx vsce package --allow-missing-repository
Then, install the vsix file and run Hello DuckDB WASM
- Create scaffold VSCode extension code with
npx --package yo --package generator-code -- yo code
- Install necessary npm packages
- Add TypeScript code (extension.ts/duckdb.ts)
- Change bundle configs
- Contains worker and WASM files