|
18 | 18 | { |
19 | 19 | "type": "node", |
20 | 20 | "request": "launch", |
21 | | - "name": "Launch Unit tests", |
| 21 | + "name": "Omnisharp: Launch Unit tests", |
22 | 22 | "program": "${workspaceFolder}/node_modules/mocha/bin/_mocha", |
23 | 23 | "args": [ |
24 | 24 | "-u", |
25 | 25 | "tdd", |
26 | 26 | "--timeout", |
27 | 27 | "999999", |
28 | 28 | "--colors", |
29 | | - "${workspaceFolder}/out/test/unitTests/**/*.test.js" |
| 29 | + "${workspaceFolder}/out/omnisharptest/omnisharpUnitTests/**/*.test.js" |
30 | 30 | ], |
31 | 31 | "sourceMaps": true, |
32 | 32 | "internalConsoleOptions": "openOnSessionStart", |
33 | 33 | "outFiles": [ |
34 | | - "${workspaceRoot}/out/test/**/*.js" |
| 34 | + "${workspaceRoot}/out/omnisharptest/**/*.js" |
35 | 35 | ], |
36 | 36 | "preLaunchTask": "build" |
37 | 37 | }, |
38 | 38 | { |
39 | | - "name": "Launch Feature Tests", |
| 39 | + "name": "Omnisharp: Launch Feature Tests", |
40 | 40 | "type": "extensionHost", |
41 | 41 | "request": "launch", |
42 | 42 | "runtimeExecutable": "${execPath}", |
|
45 | 45 | // This allows us to only have the C# extension + the dotnet runtime installer extension dependency. |
46 | 46 | "--profile-temp", |
47 | 47 | "--extensionDevelopmentPath=${workspaceRoot}", |
48 | | - "--extensionTestsPath=${workspaceRoot}/out/test/featureTests" |
| 48 | + "--extensionTestsPath=${workspaceRoot}/out/omnisharptest/omnisharpFeatureTests" |
49 | 49 | ], |
50 | 50 | "env": { |
51 | 51 | "CODE_EXTENSIONS_PATH": "${workspaceRoot}", |
52 | 52 | "OSVC_SUITE": "featureTests", |
53 | 53 | }, |
54 | 54 | "sourceMaps": true, |
55 | 55 | "outFiles": [ |
56 | | - "${workspaceRoot}/out/test/**/*.js" |
| 56 | + "${workspaceRoot}/out/omnisharptest/**/*.js" |
57 | 57 | ], |
58 | 58 | "preLaunchTask": "build" |
59 | 59 | }, |
60 | 60 | { |
61 | | - "name": "Launch singleCsproj Workspace Tests", |
| 61 | + "name": "Omnisharp: Launch singleCsproj Workspace Tests", |
62 | 62 | "type": "extensionHost", |
63 | 63 | "request": "launch", |
64 | 64 | "runtimeExecutable": "${execPath}", |
65 | 65 | "args": [ |
66 | 66 | // Create a temp profile that has no extensions / user settings. |
67 | 67 | // This allows us to only have the C# extension + the dotnet runtime installer extension dependency. |
68 | 68 | "--profile-temp", |
69 | | - "${workspaceRoot}/test/integrationTests/testAssets/singleCsproj", |
| 69 | + "${workspaceRoot}/omnisharptest/omnisharpIntegrationTests/testAssets/singleCsproj", |
70 | 70 | "--extensionDevelopmentPath=${workspaceRoot}", |
71 | | - "--extensionTestsPath=${workspaceRoot}/out/test/integrationTests" |
| 71 | + "--extensionTestsPath=${workspaceRoot}/out/omnisharptest/omnisharpIntegrationTests" |
72 | 72 | ], |
73 | 73 | "env": { |
74 | 74 | "CODE_EXTENSIONS_PATH": "${workspaceRoot}", |
|
77 | 77 | "sourceMaps": true, |
78 | 78 | "outFiles": [ |
79 | 79 | "${workspaceRoot}/dist/*.js", |
80 | | - "${workspaceRoot}/out/test/**/*.js" |
| 80 | + "${workspaceRoot}/out/omnisharptest/**/*.js" |
81 | 81 | ], |
82 | 82 | "preLaunchTask": "buildDev" |
83 | 83 | }, |
84 | 84 | { |
85 | | - "name": "Launch razorcsproj Workspace Tests", |
| 85 | + "name": "Omnisharp: Launch razorcsproj Workspace Tests", |
86 | 86 | "type": "extensionHost", |
87 | 87 | "request": "launch", |
88 | 88 | "runtimeExecutable": "${execPath}", |
89 | 89 | "args": [ |
90 | 90 | // Create a temp profile that has no extensions / user settings. |
91 | 91 | // This allows us to only have the C# extension + the dotnet runtime installer extension dependency. |
92 | 92 | "--profile-temp", |
93 | | - "${workspaceRoot}/test/integrationTests/testAssets/BasicRazorApp2_1", |
| 93 | + "${workspaceRoot}/omnisharptest/omnisharpIntegrationTests/testAssets/BasicRazorApp2_1", |
94 | 94 | "--extensionDevelopmentPath=${workspaceRoot}", |
95 | | - "--extensionTestsPath=${workspaceRoot}/out/test/integrationTests" |
| 95 | + "--extensionTestsPath=${workspaceRoot}/out/omnisharptest/omnisharpIntegrationTests" |
96 | 96 | ], |
97 | 97 | "env": { |
98 | 98 | "CODE_EXTENSIONS_PATH": "${workspaceRoot}", |
99 | 99 | "OSVC_SUITE": "BasicRazorApp2_1", |
100 | 100 | }, |
101 | 101 | }, |
102 | 102 | { |
103 | | - "name": "Launch slnWithCsproj Workspace Tests", |
| 103 | + "name": "Omnisharp: Launch slnWithCsproj Workspace Tests", |
104 | 104 | "type": "extensionHost", |
105 | 105 | "request": "launch", |
106 | 106 | "runtimeExecutable": "${execPath}", |
107 | 107 | "args": [ |
108 | 108 | // Create a temp profile that has no extensions / user settings. |
109 | 109 | // This allows us to only have the C# extension + the dotnet runtime installer extension dependency. |
110 | 110 | "--profile-temp", |
111 | | - "${workspaceRoot}/test/integrationTests/testAssets/slnWithCsproj/.vscode/omnisharp_slnWithCsproj.code-workspace", |
| 111 | + "${workspaceRoot}/omnisharptest/omnisharpIntegrationTests/testAssets/slnWithCsproj/.vscode/omnisharp_slnWithCsproj.code-workspace", |
112 | 112 | "--extensionDevelopmentPath=${workspaceRoot}", |
113 | | - "--extensionTestsPath=${workspaceRoot}/out/test/integrationTests" |
| 113 | + "--extensionTestsPath=${workspaceRoot}/out/omnisharptest/omnisharpIntegrationTests" |
114 | 114 | ], |
115 | 115 | "env": { |
116 | 116 | "CODE_EXTENSIONS_PATH": "${workspaceRoot}", |
|
119 | 119 | "sourceMaps": true, |
120 | 120 | "outFiles": [ |
121 | 121 | "${workspaceRoot}/dist/*.js", |
122 | | - "${workspaceRoot}/out/test/**/*.js" |
| 122 | + "${workspaceRoot}/out/omnisharptest/**/*.js" |
123 | 123 | ], |
124 | 124 | "preLaunchTask": "buildDev" |
125 | 125 | }, |
|
132 | 132 | // Create a temp profile that has no extensions / user settings. |
133 | 133 | // This allows us to only have the C# extension + the dotnet runtime installer extension dependency. |
134 | 134 | "--profile-temp", |
135 | | - "${workspaceRoot}/test/integrationTests/testAssets/slnWithCsproj/.vscode/lsp_tools_host_slnWithCsproj.code-workspace", |
| 135 | + "${workspaceRoot}/omnisharptest/omnisharpIntegrationTests/testAssets/slnWithCsproj/.vscode/lsp_tools_host_slnWithCsproj.code-workspace", |
136 | 136 | "--extensionDevelopmentPath=${workspaceRoot}", |
137 | | - "--extensionTestsPath=${workspaceRoot}/out/lsptoolshosttest/lspToolsHostIntegrationTests", |
| 137 | + "--extensionTestsPath=${workspaceRoot}/out/test/integrationTests", |
138 | 138 | ], |
139 | 139 | "env": { |
140 | 140 | "CODE_EXTENSIONS_PATH": "${workspaceRoot}", |
|
143 | 143 | "sourceMaps": true, |
144 | 144 | "outFiles": [ |
145 | 145 | "${workspaceRoot}/dist/*.js", |
146 | | - "${workspaceRoot}/out/bluetest/**/*.js" |
| 146 | + "${workspaceRoot}/out/test/**/*.js" |
147 | 147 | ], |
148 | 148 | "preLaunchTask": "buildDev" |
149 | 149 | }, |
150 | 150 | { |
151 | | - "name": "Launch singleCsproj Workspace Tests [LSP]", |
| 151 | + "name": "Omnisharp: Launch singleCsproj Workspace Tests [LSP]", |
152 | 152 | "type": "extensionHost", |
153 | 153 | "request": "launch", |
154 | 154 | "runtimeExecutable": "${execPath}", |
155 | 155 | "args": [ |
156 | 156 | // Create a temp profile that has no extensions / user settings. |
157 | 157 | // This allows us to only have the C# extension + the dotnet runtime installer extension dependency. |
158 | 158 | "--profile-temp", |
159 | | - "${workspaceRoot}/test/integrationTests/testAssets/slnWithCsproj/.vscode/omnisharp_lsp_slnWithCsproj.code-workspace", |
| 159 | + "${workspaceRoot}/omnisharptest/omnisharpIntegrationTests/testAssets/slnWithCsproj/.vscode/omnisharp_lsp_slnWithCsproj.code-workspace", |
160 | 160 | "--extensionDevelopmentPath=${workspaceRoot}", |
161 | | - "--extensionTestsPath=${workspaceRoot}/out/test/integrationTests" |
| 161 | + "--extensionTestsPath=${workspaceRoot}/out/omnisharptest/omnisharpIntegrationTests" |
162 | 162 | ], |
163 | 163 | "env": { |
164 | 164 | "CODE_EXTENSIONS_PATH": "${workspaceRoot}", |
|
167 | 167 | "sourceMaps": true, |
168 | 168 | "outFiles": [ |
169 | 169 | "${workspaceRoot}/dist/*.js", |
170 | | - "${workspaceRoot}/out/test/**/*.js" |
| 170 | + "${workspaceRoot}/out/omnisharptest/**/*.js" |
171 | 171 | ], |
172 | 172 | "preLaunchTask": "buildDev" |
173 | 173 | }, |
174 | 174 | { |
175 | | - "name": "Launch razorcsproj Workspace Tests [LSP]", |
| 175 | + "name": "Omnisharp: Launch razorcsproj Workspace Tests [LSP]", |
176 | 176 | "type": "extensionHost", |
177 | 177 | "request": "launch", |
178 | 178 | "runtimeExecutable": "${execPath}", |
179 | 179 | "args": [ |
180 | 180 | // Create a temp profile that has no extensions / user settings. |
181 | 181 | // This allows us to only have the C# extension + the dotnet runtime installer extension dependency. |
182 | 182 | "--profile-temp", |
183 | | - "${workspaceRoot}/test/integrationTests/testAssets/BasicRazorApp2_1", |
| 183 | + "${workspaceRoot}/omnisharptest/omnisharpIntegrationTests/testAssets/BasicRazorApp2_1", |
184 | 184 | "--extensionDevelopmentPath=${workspaceRoot}", |
185 | | - "--extensionTestsPath=${workspaceRoot}/out/test/integrationTests" |
| 185 | + "--extensionTestsPath=${workspaceRoot}/out/omnisharptest/omnisharpIntegrationTests" |
186 | 186 | ], |
187 | 187 | "env": { |
188 | 188 | "CODE_EXTENSIONS_PATH": "${workspaceRoot}", |
189 | 189 | "OSVC_SUITE": "BasicRazorApp2_1", |
190 | 190 | }, |
191 | 191 | }, |
192 | 192 | { |
193 | | - "name": "Launch slnWithCsproj Workspace Tests [LSP]", |
| 193 | + "name": "Omnisharp: Launch slnWithCsproj Workspace Tests [LSP]", |
194 | 194 | "type": "extensionHost", |
195 | 195 | "request": "launch", |
196 | 196 | "runtimeExecutable": "${execPath}", |
197 | 197 | "args": [ |
198 | 198 | // Create a temp profile that has no extensions / user settings. |
199 | 199 | // This allows us to only have the C# extension + the dotnet runtime installer extension dependency. |
200 | 200 | "--profile-temp", |
201 | | - "${workspaceRoot}/test/integrationTests/testAssets/slnWithCsproj/.vscode/omnisharp_lsp_slnWithCsproj.code-workspace", |
| 201 | + "${workspaceRoot}/omnisharptest/omnisharpIntegrationTests/testAssets/slnWithCsproj/.vscode/omnisharp_lsp_slnWithCsproj.code-workspace", |
202 | 202 | "--extensionDevelopmentPath=${workspaceRoot}", |
203 | | - "--extensionTestsPath=${workspaceRoot}/out/test/integrationTests" |
| 203 | + "--extensionTestsPath=${workspaceRoot}/out/omnisharptest/omnisharpIntegrationTests" |
204 | 204 | ], |
205 | 205 | "env": { |
206 | 206 | "CODE_EXTENSIONS_PATH": "${workspaceRoot}", |
|
209 | 209 | "sourceMaps": true, |
210 | 210 | "outFiles": [ |
211 | 211 | "${workspaceRoot}/dist/*.js", |
212 | | - "${workspaceRoot}/out/test/**/*.js" |
| 212 | + "${workspaceRoot}/out/omnisharptest/**/*.js" |
213 | 213 | ], |
214 | 214 | "preLaunchTask": "buildDev" |
215 | 215 | }, |
216 | 216 | { |
217 | | - "name": "Launch slnFilterWithCsproj Workspace Tests", |
| 217 | + "name": "Omnisharp: Launch slnFilterWithCsproj Workspace Tests", |
218 | 218 | "type": "extensionHost", |
219 | 219 | "request": "launch", |
220 | 220 | "runtimeExecutable": "${execPath}", |
221 | 221 | "args": [ |
222 | 222 | // Create a temp profile that has no extensions / user settings. |
223 | 223 | // This allows us to only have the C# extension + the dotnet runtime installer extension dependency. |
224 | 224 | "--profile-temp", |
225 | | - "${workspaceRoot}/test/integrationTests/testAssets/slnFilterWithCsproj", |
| 225 | + "${workspaceRoot}/omnisharptest/omnisharpIntegrationTests/testAssets/slnFilterWithCsproj", |
226 | 226 | "--extensionDevelopmentPath=${workspaceRoot}", |
227 | | - "--extensionTestsPath=${workspaceRoot}/out/test/integrationTests" |
| 227 | + "--extensionTestsPath=${workspaceRoot}/out/omnisharptest/omnisharpIntegrationTests" |
228 | 228 | ], |
229 | 229 | "env": { |
230 | 230 | "CODE_EXTENSIONS_PATH": "${workspaceRoot}", |
|
233 | 233 | "sourceMaps": true, |
234 | 234 | "outFiles": [ |
235 | 235 | "${workspaceRoot}/dist/*.js", |
236 | | - "${workspaceRoot}/out/test/**/*.js" |
| 236 | + "${workspaceRoot}/out/omnisharptest/**/*.js" |
237 | 237 | ], |
238 | 238 | "preLaunchTask": "buildDev" |
239 | 239 | }, |
240 | 240 | { |
241 | | - "name": "Launch slnWithGenerator Workspace Tests", |
| 241 | + "name": "Omnisharp: Launch slnWithGenerator Workspace Tests", |
242 | 242 | "type": "extensionHost", |
243 | 243 | "request": "launch", |
244 | 244 | "runtimeExecutable": "${execPath}", |
245 | 245 | "args": [ |
246 | 246 | // Create a temp profile that has no extensions / user settings. |
247 | 247 | // This allows us to only have the C# extension + the dotnet runtime installer extension dependency. |
248 | 248 | "--profile-temp", |
249 | | - "${workspaceRoot}/test/integrationTests/testAssets/slnWithGenerator", |
| 249 | + "${workspaceRoot}/omnisharptest/omnisharpIntegrationTests/testAssets/slnWithGenerator", |
250 | 250 | "--extensionDevelopmentPath=${workspaceRoot}", |
251 | | - "--extensionTestsPath=${workspaceRoot}/out/test/integrationTests" |
| 251 | + "--extensionTestsPath=${workspaceRoot}/out/omnisharptest/omnisharpIntegrationTests" |
252 | 252 | ], |
253 | 253 | "env": { |
254 | 254 | "CODE_EXTENSIONS_PATH": "${workspaceRoot}", |
|
257 | 257 | "sourceMaps": true, |
258 | 258 | "outFiles": [ |
259 | 259 | "${workspaceRoot}/dist/*.js", |
260 | | - "${workspaceRoot}/out/test/**/*.js" |
| 260 | + "${workspaceRoot}/out/omnisharptest/**/*.js" |
261 | 261 | ], |
262 | 262 | "preLaunchTask": "buildDev" |
263 | 263 | }, |
|
0 commit comments