Fix bug 2142: Debug mode in Pebble Charms is not working
[osm/devops.git] / installers / charm / osm-nbi / files / vscode-workspace.json
1 {
2     "folders": [
3         {
4             "path": "/usr/lib/python3/dist-packages/osm_nbi"
5         },
6         {
7             "path": "/usr/lib/python3/dist-packages/osm_common"
8         },
9         {
10             "path": "/usr/lib/python3/dist-packages/osm_im"
11         },
12     ],
13     "settings": {},
14     "launch": {
15         "version": "0.2.0",
16         "configurations": [
17             {
18                 "name": "NBI",
19                 "type": "python",
20                 "request": "launch",
21                 "module": "osm_nbi.nbi",
22                 "justMyCode": false,
23             }
24         ]
25     }
26 }