diff --git a/.vscode/launch.json b/.vscode/launch.json index d7eea5b9afd4998f3862199550d8aeb25eaf53ad..09475c642064dee7eb910ff0293bea8048d06b76 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 860c62ef8c3a54172ae49d3ce8075414a4cf617c..0000000000000000000000000000000000000000 --- 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