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
#[duckdb_entrypoint_c_api()] macro requires DUCKDB_EXTENSION_MIN_DUCKDB_VERSION and DUCKDB_EXTENSION_NAME envvars if used without arguments. When running make debug, these are provided form the Makefile, so the build succeeds. However, rust-analyzer doesn't know the values.
Can this be solved? I think one option is to add these lines to .cargo/config.toml. If this looks good, I can create a pull request.
#[duckdb_entrypoint_c_api()]
macro requiresDUCKDB_EXTENSION_MIN_DUCKDB_VERSION
andDUCKDB_EXTENSION_NAME
envvars if used without arguments. When runningmake debug
, these are provided form the Makefile, so the build succeeds. However, rust-analyzer doesn't know the values.Can this be solved? I think one option is to add these lines to
.cargo/config.toml
. If this looks good, I can create a pull request.The text was updated successfully, but these errors were encountered: