Adding NG-LCM charm
[osm/devops.git] / installers / charm / osm-nglcm / files / vscode-workspace.json
diff --git a/installers/charm/osm-nglcm/files/vscode-workspace.json b/installers/charm/osm-nglcm/files/vscode-workspace.json
new file mode 100644 (file)
index 0000000..daf533a
--- /dev/null
@@ -0,0 +1,20 @@
+{
+    "folders": [
+        {"path": "/usr/lib/python3/dist-packages/osm_lcm"},
+        {"path": "/usr/lib/python3/dist-packages/osm_common"},
+        {"path": "/usr/lib/python3/dist-packages/n2vc"}
+    ],
+    "settings": {},
+    "launch": {
+        "version": "0.2.0",
+        "configurations": [
+            {
+                "name": "NGLCM",
+                "type": "python",
+                "request": "launch",
+                "module": "osm_lcm.nglcm",
+                "justMyCode": false,
+            }
+        ]
+    }
+}
\ No newline at end of file