You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit reverts PR #3533 which disabled NewAutocompleteProvider due to
SQLite bundling issues. The proper fix is to bundle SQLite native binaries
following Continue's approach.
Changes:
- Restored NewAutocompleteProvider in GhostServiceManager.ts
- Added .node loader to esbuild.mjs to handle native binary modules
- Added build step to copy sqlite3 and sqlite modules to dist/node_modules/
- Updated .vscodeignore to include SQLite modules in VSIX package
- Fixed sqlite3 mock in AutocompleteLruCache.spec.ts to include default export
The extension will now properly load SQLite at runtime from the bundled
node_modules, allowing NewAutocompleteProvider to work in production.
0 commit comments