Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 352 Bytes

dev-notes.md

File metadata and controls

13 lines (9 loc) · 352 Bytes

Developer notes

vrnetlab module and vscode pylance

We added .env file in the root of the repo to add common dir to the python path so that the pylance extension can find the module.

However, if this doesn't work for you, add the following to the settings.json file in vscode:

{
    "python.analysis.extraPaths": ["common"]
}