From 986e3c57a0e3a9c71e6bff5488d1bcda80cbf4c6 Mon Sep 17 00:00:00 2001
From: Nate Sesti <sestinj@gmail.com>
Date: Sun, 23 Jul 2023 12:38:46 -0700
Subject: documentation

---
 .vscode/launch.json | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 .vscode/launch.json

(limited to '.vscode/launch.json')

diff --git a/.vscode/launch.json b/.vscode/launch.json
new file mode 100644
index 00000000..cc7b1ce4
--- /dev/null
+++ b/.vscode/launch.json
@@ -0,0 +1,17 @@
+{
+  // Use IntelliSense to learn about possible attributes.
+  // Hover to view descriptions of existing attributes.
+  // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
+  "version": "0.2.0",
+  "configurations": [
+    {
+      "name": "Python: Module",
+      "type": "python",
+      "request": "launch",
+      "module": "continuedev.src.continuedev.server.main",
+      "args": ["--port", "8001"],
+      "justMyCode": false,
+      "subProcess": false
+    }
+  ]
+}
-- 
cgit v1.2.3-70-g09d2