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
I'm currently following the workspace tutorial using nanobind and C++. So far pyright LSP works with packages within the environment but not the C++ package cpp-math (in the tutorial). I tried using the nanobind_add_stub() cmake command to generate the stubs but couldn't locate the them in the .pixi build folders. Here is the CMakeLists.txt for the package (everything else is the same as the tutorial).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm currently following the workspace tutorial using
nanobind
and C++. So farpyright
LSP works with packages within the environment but not the C++ packagecpp-math
(in the tutorial). I tried using thenanobind_add_stub()
cmake command to generate the stubs but couldn't locate the them in the.pixi
build folders. Here is the CMakeLists.txt for the package (everything else is the same as the tutorial).Not sure if this is a bug or I'm doing it wrong so any help is appreciated.
Beta Was this translation helpful? Give feedback.
All reactions