X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fcharm%2Fosm-nbi%2Ffiles%2Fvscode-workspace.json;fp=installers%2Fcharm%2Fosm-nbi%2Ffiles%2Fvscode-workspace.json;h=4f92455950180f2c727dda49ebfe1d189cb6ee3f;hb=ff8f33e3d93360bacdd3061ce9cfad6ddb3229a6;hp=0000000000000000000000000000000000000000;hpb=c28875e7692d88618314ab1abd57422dc80f5be7;p=osm%2Fdevops.git diff --git a/installers/charm/osm-nbi/files/vscode-workspace.json b/installers/charm/osm-nbi/files/vscode-workspace.json new file mode 100644 index 00000000..4f924559 --- /dev/null +++ b/installers/charm/osm-nbi/files/vscode-workspace.json @@ -0,0 +1,20 @@ +{ + "folders": [ + {"path": "/usr/lib/python3/dist-packages/osm_nbi"}, + {"path": "/usr/lib/python3/dist-packages/osm_common"}, + {"path": "/usr/lib/python3/dist-packages/osm_im"}, + ], + "settings": {}, + "launch": { + "version": "0.2.0", + "configurations": [ + { + "name": "NBI", + "type": "python", + "request": "launch", + "module": "osm_nbi.nbi", + "justMyCode": False, + } + ] + } +} \ No newline at end of file