From d6f087181e08593075aaf0767e594588b48d32ab Mon Sep 17 00:00:00 2001
From: dgelessus <dgelessus@users.noreply.github.com>
Date: Mon, 26 Jun 2023 13:41:40 +0200
Subject: [PATCH] Remove E2E test stuff (none of these paths exist in the repo)

---
 .vscode/launch.json | 14 +-------------
 scripts/e2e.sh      |  6 ------
 2 files changed, 1 insertion(+), 19 deletions(-)
 delete mode 100755 scripts/e2e.sh

diff --git a/.vscode/launch.json b/.vscode/launch.json
index d7eea5b..09475c6 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -12,18 +12,6 @@
 			"sourceMaps": true,
 			"outFiles": ["${workspaceRoot}/out/src"],
 			"preLaunchTask": "compile"
-		},
-		{
-			"name": "Language Server E2E Test",
-			"type": "extensionHost",
-			"request": "launch",
-			"runtimeExecutable": "${execPath}",
-			"args": [
-				"--extensionDevelopmentPath=${workspaceRoot}",
-				"--extensionTestsPath=${workspaceRoot}/out/test/index",
-				"${workspaceRoot}/testFixture"
-			],
-			"outFiles": ["${workspaceRoot}/out/test/**/*.js"]
 		}
-	],
+	]
 }
diff --git a/scripts/e2e.sh b/scripts/e2e.sh
deleted file mode 100755
index 860c62e..0000000
--- a/scripts/e2e.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/usr/bin/env bash
-
-export CODE_TESTS_PATH="$(pwd)/client/out/test"
-export CODE_TESTS_WORKSPACE="$(pwd)/client/testFixture"
-
-node "$(pwd)/client/out/test/runTest"
\ No newline at end of file
-- 
GitLab