Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Bierner <matb@microsoft.com>2022-06-21 22:37:19 +0300
committerGitHub <noreply@github.com>2022-06-21 22:37:19 +0300
commitbbe7b54cf4ded1528b343789989a747450e08c6d (patch)
treee1bbdb27e8047cffbefc506b322b62f25afd4070 /.vscode
parentfa53aa6feced0bff70912843116e3329bf1491c6 (diff)
Remove custom editor tests (#152777)
These tests are not actively being run or maintained. Removing them for now
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/launch.json18
1 files changed, 0 insertions, 18 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 223c57570cd..27f23ed128b 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -202,24 +202,6 @@
}
},
{
- "type": "extensionHost",
- "request": "launch",
- "name": "VS Code Custom Editor Tests",
- "runtimeExecutable": "${execPath}",
- "args": [
- "${workspaceFolder}/extensions/vscode-custom-editor-tests/test-workspace",
- "--extensionDevelopmentPath=${workspaceFolder}/extensions/vscode-custom-editor-tests",
- "--extensionTestsPath=${workspaceFolder}/extensions/vscode-custom-editor-tests/out/test"
- ],
- "outFiles": [
- "${workspaceFolder}/out/**/*.js"
- ],
- "presentation": {
- "group": "5_tests",
- "order": 6
- }
- },
- {
"type": "pwa-chrome",
"request": "attach",
"name": "Attach to VS Code",