From 99a08356c50190f783213ac99fc288712122f60f Mon Sep 17 00:00:00 2001 From: Cody Date: Thu, 27 Apr 2023 22:34:39 -0500 Subject: Remove .vscode --- .vscode/launch.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .vscode/launch.json (limited to '.vscode') 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"] - } - ] -} -- cgit v1.2.3