Tips for Editable mode

Code Highlight in Editable mode

When using an editable library, the Pylance code highlight can be fooled and doesn’t know where to look for the different code highlight. To solve this issue if working with VsCode, you need to create a file .vscode/settings.json in the root of your project and this file needs to contain the address of your editable library.

1
2
3
4
5
6
{
"python.analysis.extraPaths": [
"../py-xl-sindy"
]
}


Tips for Editable mode
https://eymeric65.github.io/p/a27a44256f4a431cad373de0a7e7445b/
Author
Eymeric Chauchat
Posted on
December 23, 2024
Licensed under