WSL2 builds of the Continue VS Code extension ship Linux binaries, break on Windows
Building the Continue VS Code extension (VSIX) from WSL2 packages Linux-native binaries (sqlite3, LanceDB, ripgrep), and the extension fails to activate on Windows with "not a valid Win32 application." The prepack step targets the current platform; trying a win32 target from Linux fails due to missi...