scikit_build_example
scikit_build_example copied to clipboard
vscode pylance support
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?