Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
B Language Extension
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
general
stups
B Language Extension
Commits
d6f08718
Commit
d6f08718
authored
1 year ago
by
dgelessus
Browse files
Options
Downloads
Patches
Plain Diff
Remove E2E test stuff (none of these paths exist in the repo)
parent
5ff8178a
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.vscode/launch.json
+1
-13
1 addition, 13 deletions
.vscode/launch.json
scripts/e2e.sh
+0
-6
0 additions, 6 deletions
scripts/e2e.sh
with
1 addition
and
19 deletions
.vscode/launch.json
+
1
−
13
View file @
d6f08718
...
...
@@ -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"
]
}
]
,
]
}
This diff is collapsed.
Click to expand it.
scripts/e2e.sh
deleted
100755 → 0
+
0
−
6
View file @
5ff8178a
#!/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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment