|
12 | 12 | "preLaunchTask": "buildDev"
|
13 | 13 | },
|
14 | 14 | {
|
15 |
| - "name": "Launch Current File slnWithCsproj Integration Tests", |
| 15 | + "name": "[Roslyn] Launch Current File Integration Tests", |
16 | 16 | "type": "extensionHost",
|
17 | 17 | "request": "launch",
|
18 | 18 | "runtimeExecutable": "${execPath}",
|
|
39 | 39 | "internalConsoleOptions": "openOnSessionStart"
|
40 | 40 | },
|
41 | 41 | {
|
42 |
| - "name": "[DevKit] Launch Current File slnWithCsproj Integration Tests", |
| 42 | + "name": "[DevKit] Run Current File Integration Tests", |
43 | 43 | "type": "extensionHost",
|
44 | 44 | "request": "launch",
|
45 | 45 | "runtimeExecutable": "${execPath}",
|
|
93 | 93 | "internalConsoleOptions": "openOnSessionStart"
|
94 | 94 | },
|
95 | 95 | {
|
96 |
| - "name": "Omnisharp: Launch Current File Integration Tests", |
| 96 | + "name": "[O#] Run Current File Integration Tests", |
97 | 97 | "type": "extensionHost",
|
98 | 98 | "request": "launch",
|
99 | 99 | "runtimeExecutable": "${execPath}",
|
|
115 | 115 | "sourceMaps": true,
|
116 | 116 | "outFiles": ["${workspaceRoot}/dist/*.js", "${workspaceRoot}/out/test/**/*.js"],
|
117 | 117 | "resolveSourceMapLocations": ["${workspaceFolder}/**", "!**/node_modules/**"],
|
118 |
| - "preLaunchTask": "buildDev" |
| 118 | + "preLaunchTask": "buildTest" |
119 | 119 | },
|
120 | 120 | {
|
121 |
| - "name": "Omnisharp: Launch Current File Integration Tests [LSP]", |
| 121 | + "name": "[O# LSP] Run Current File Integration Tests", |
122 | 122 | "type": "extensionHost",
|
123 | 123 | "request": "launch",
|
124 | 124 | "runtimeExecutable": "${execPath}",
|
|
140 | 140 | "sourceMaps": true,
|
141 | 141 | "outFiles": ["${workspaceRoot}/dist/*.js", "${workspaceRoot}/out/test/**/*.js"],
|
142 | 142 | "resolveSourceMapLocations": ["${workspaceFolder}/**", "!**/node_modules/**"],
|
143 |
| - "preLaunchTask": "buildDev" |
| 143 | + "preLaunchTask": "buildTest" |
144 | 144 | },
|
145 | 145 | {
|
146 | 146 | "type": "node",
|
|
0 commit comments