|
19 | 19 | "args": [ |
20 | 20 | // Launch VSCode using a specific profile to ensure that user settings are not used. |
21 | 21 | // This profile must be imported into vscode before running this launch configuration. |
22 | | - // The profile can be found under /test/csharp-standalone-profile. |
| 22 | + // The profile can be found under /test/csharp-test-profile. |
23 | 23 | "--profile", |
24 | | - "csharp-standalone-profile", |
25 | | - "${workspaceRoot}/test/lsptoolshost/integrationTests/testAssets/slnWithCsproj/.vscode/lsp_tools_host_slnWithCsproj.code-workspace", |
| 24 | + "csharp-test-profile", |
| 25 | + "${workspaceRoot}/test/lsptoolshost/integrationTests/testAssets/slnWithCsproj/.vscode/slnWithCsproj.code-workspace", |
26 | 26 | "--extensionDevelopmentPath=${workspaceRoot}", |
27 | 27 | "--extensionTestsPath=${workspaceRoot}/out/test/lsptoolshost/integrationTests" |
28 | 28 | ], |
|
36 | 36 | "preLaunchTask": "buildDev", |
37 | 37 | "internalConsoleOptions": "openOnSessionStart" |
38 | 38 | }, |
| 39 | + { |
| 40 | + "name": "[DevKit] Launch Current File slnWithCsproj Integration Tests", |
| 41 | + "type": "extensionHost", |
| 42 | + "request": "launch", |
| 43 | + "runtimeExecutable": "${execPath}", |
| 44 | + "args": [ |
| 45 | + // Launch VSCode using a specific profile to ensure that user settings are not used. |
| 46 | + // This profile must be imported into vscode before running this launch configuration. |
| 47 | + // The profile can be found under /test/csharp-test-profile. |
| 48 | + "--profile", |
| 49 | + "csharp-test-profile", |
| 50 | + "${workspaceRoot}/test/lsptoolshost/integrationTests/testAssets/slnWithCsproj/.vscode/devkit_slnWithCsproj.code-workspace", |
| 51 | + "--extensionDevelopmentPath=${workspaceRoot}", |
| 52 | + "--extensionTestsPath=${workspaceRoot}/out/test/lsptoolshost/integrationTests" |
| 53 | + ], |
| 54 | + "env": { |
| 55 | + "CODE_EXTENSIONS_PATH": "${workspaceRoot}", |
| 56 | + "TEST_FILE_FILTER": "${file}", |
| 57 | + }, |
| 58 | + "sourceMaps": true, |
| 59 | + "outFiles": ["${workspaceRoot}/dist/*.js", "${workspaceRoot}/out/test/**/*.js"], |
| 60 | + "resolveSourceMapLocations": ["${workspaceFolder}/**", "!**/node_modules/**"], |
| 61 | + "preLaunchTask": "buildDev", |
| 62 | + "internalConsoleOptions": "openOnSessionStart" |
| 63 | + }, |
39 | 64 | { |
40 | 65 | "name": "Launch Current File BasicRazorApp2_1 Integration Tests", |
41 | 66 | "type": "extensionHost", |
|
44 | 69 | "args": [ |
45 | 70 | // Launch VSCode using a specific profile to ensure that user settings are not used. |
46 | 71 | // This profile must be imported into vscode before running this launch configuration. |
47 | | - // The profile can be found under /test/csharp-standalone-profile. |
| 72 | + // The profile can be found under /test/csharp-test-profile. |
48 | 73 | "--profile", |
49 | | - "csharp-standalone-profile", |
| 74 | + "csharp-test-profile", |
50 | 75 | "${workspaceRoot}/test/razor/razorIntegrationTests/testAssets/BasicRazorApp2_1/.vscode/lsp_tools_host_BasicRazorApp2_1.code-workspace", |
51 | 76 | "--extensionDevelopmentPath=${workspaceRoot}", |
52 | 77 | "--extensionTestsPath=${workspaceRoot}/out/test/razor/razorIntegrationTests" |
|
69 | 94 | "args": [ |
70 | 95 | // Launch VSCode using a specific profile to ensure that user settings are not used. |
71 | 96 | // This profile must be imported into vscode before running this launch configuration. |
72 | | - // The profile can be found under /test/csharp-standalone-profile. |
| 97 | + // The profile can be found under /test/csharp-test-profile. |
73 | 98 | "--profile", |
74 | | - "csharp-standalone-profile", |
| 99 | + "csharp-test-profile", |
75 | 100 | "${workspaceRoot}/test/omnisharp/omnisharpIntegrationTests/testAssets/${input:omnisharpAssetName}/.vscode/omnisharp_${input:omnisharpAssetName}.code-workspace", |
76 | 101 | "--extensionDevelopmentPath=${workspaceRoot}", |
77 | 102 | "--extensionTestsPath=${workspaceRoot}/out/test/omnisharp/omnisharpIntegrationTests" |
|
94 | 119 | "args": [ |
95 | 120 | // Launch VSCode using a specific profile to ensure that user settings are not used. |
96 | 121 | // This profile must be imported into vscode before running this launch configuration. |
97 | | - // The profile can be found under /test/csharp-standalone-profile. |
| 122 | + // The profile can be found under /test/csharp-test-profile. |
98 | 123 | "--profile", |
99 | | - "csharp-standalone-profile", |
| 124 | + "csharp-test-profile", |
100 | 125 | "${workspaceRoot}/test/omnisharp/omnisharpIntegrationTests/testAssets/${input:omnisharpAssetName}/.vscode/omnisharp_lsp_${input:omnisharpAssetName}.code-workspace", |
101 | 126 | "--extensionDevelopmentPath=${workspaceRoot}", |
102 | 127 | "--extensionTestsPath=${workspaceRoot}/out/test/omnisharp/omnisharpIntegrationTests" |
|
0 commit comments