aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody <cody@codyq.dev>2023-04-27 22:34:39 -0500
committerCody <cody@codyq.dev>2023-04-27 22:34:39 -0500
commit99a08356c50190f783213ac99fc288712122f60f (patch)
tree978934d34d6614ff5bbff4886260c8e0bb51dac2
parentfcb49524c0cff86c66d3a2c11ac8277fadb76bad (diff)
downloadsloth-99a08356c50190f783213ac99fc288712122f60f.tar.gz
Remove .vscode
-rw-r--r--.vscode/launch.json12
1 files changed, 0 insertions, 12 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
deleted file mode 100644
index 961f091..0000000
--- a/.vscode/launch.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "version": "0.1.0",
- "configurations": [
- {
- "name": "Run Extension",
- "type": "extensionHost",
- "request": "launch",
- "runtimeExecutable": "${execPath}",
- "args": ["--extensionDevelopmentPath=${workspaceRoot}/ext"]
- }
- ]
-}