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
Thank you for your work! I'm using latest Cursor on ubuntu 18.04, tried everything in installation tips but still get Command'SpecStory: Save Composer and Chat History'resulted in an error: command 'specstory.showSpecStoryPreview' not found .
It never occured to me it's due to the glibc that I haven't got specstory work even once before I found this in developer console.
workbench.desktop.main.js:1391` Activating extension 'SpecStory.specstory-vscode' failed: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /tmp/.mount_cursorubr2O7/resources/app/node_modules/@vscode/sqlite3/build/Release/vscode-sqlite3.node).
Is it possible to make it compatible with this linux setup?
To avoid having to have platform specific versions of the extension, we use Cursor's sqlite lib (which is platform specific) rather than bundling our own. Not sure why this isn't working in your case, it works generally on Linux. We'd expect if the sqlite lib isn't working for us, then it isn't working for Cursor either... but... doesn't seem to be the case here.
Is there anything else of note in your setup? Are you running remote/SSH/devcontainer workspaces or anything else of the sort?
Thank you for your work! I'm using latest Cursor on ubuntu 18.04, tried everything in installation tips but still get
Command'SpecStory: Save Composer and Chat History'resulted in an error: command 'specstory.showSpecStoryPreview' not found
.It never occured to me it's due to the glibc that I haven't got specstory work even once before I found this in developer console.
Is it possible to make it compatible with this linux setup?
The text was updated successfully, but these errors were encountered: