forked from vrnetlab/vrnetlab
-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version specific config for SR OS (#180)
* WA for netconf change. * Remove unused import. * nokia-modules obsolete in 21 / replaced by nokia-submodules. No need for netconf change to classic CLI config. * submodules must be disabled before combined can be enabled, only admin-enable is required under netconf. * Fix code smell. * formatted with ruff * formatted with ruff * added version specific config --------- Co-authored-by: Thomas Hendriks <[email protected]> Co-authored-by: Roman Dodin <[email protected]>
- Loading branch information
1 parent
e939d59
commit c323219
Showing
3 changed files
with
55 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Developer notes | ||
|
||
## vrnetlab module and vscode pylance | ||
|
||
since vrnetlab module is in the `common` dir the pylance extension in vscode will not be able to find the module reference in `launch.py` files. To fix this, add the following to the `settings.json` file in vscode: | ||
|
||
```json | ||
{ | ||
"python.analysis.extraPaths": ["common"] | ||
} | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters