scikit_build_example icon indicating copy to clipboard operation
scikit_build_example copied to clipboard

vscode pylance support

Open DingXuefeng opened this issue 11 months ago • 0 comments

Hi @henryiii , I'm wondering how to let vscode-pylance understand how to import the c++ module? what is the most elagant way of doing it? I put xx.pyi in the corresponding folder, yet pylance still cannot import. I can manually copy the built xx.cpython-310-x86_64-linux-gnu.so file, but this is ugly. I can also update some vscode option but then I need to fix the built xx.so file location and this is also ugly. Could you make an exmaple in this boilplate project?

DingXuefeng avatar Nov 26 '24 15:11 DingXuefeng