|
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 | 22 | // The profile can be found under /test/csharp-standalone-profile.
|
23 |
| - "--profile csharp-standalone-profile", |
| 23 | + "--profile", |
| 24 | + "csharp-standalone-profile", |
24 | 25 | "${workspaceRoot}/test/lsptoolshost/integrationTests/testAssets/slnWithCsproj/.vscode/lsp_tools_host_slnWithCsproj.code-workspace",
|
25 | 26 | "--extensionDevelopmentPath=${workspaceRoot}",
|
26 | 27 | "--extensionTestsPath=${workspaceRoot}/out/test/lsptoolshost/integrationTests"
|
|
44 | 45 | // Launch VSCode using a specific profile to ensure that user settings are not used.
|
45 | 46 | // This profile must be imported into vscode before running this launch configuration.
|
46 | 47 | // The profile can be found under /test/csharp-standalone-profile.
|
47 |
| - "--profile csharp-standalone-profile", |
| 48 | + "--profile", |
| 49 | + "csharp-standalone-profile", |
48 | 50 | "${workspaceRoot}/test/razor/razorIntegrationTests/testAssets/BasicRazorApp2_1/.vscode/lsp_tools_host_BasicRazorApp2_1.code-workspace",
|
49 | 51 | "--extensionDevelopmentPath=${workspaceRoot}",
|
50 | 52 | "--extensionTestsPath=${workspaceRoot}/out/test/razor/razorIntegrationTests"
|
|
68 | 70 | // Launch VSCode using a specific profile to ensure that user settings are not used.
|
69 | 71 | // This profile must be imported into vscode before running this launch configuration.
|
70 | 72 | // The profile can be found under /test/csharp-standalone-profile.
|
71 |
| - "--profile csharp-standalone-profile", |
| 73 | + "--profile", |
| 74 | + "csharp-standalone-profile", |
72 | 75 | "${workspaceRoot}/test/omnisharp/omnisharpIntegrationTests/testAssets/${input:omnisharpAssetName}/.vscode/omnisharp_${input:omnisharpAssetName}.code-workspace",
|
73 | 76 | "--extensionDevelopmentPath=${workspaceRoot}",
|
74 | 77 | "--extensionTestsPath=${workspaceRoot}/out/test/omnisharp/omnisharpIntegrationTests"
|
|
92 | 95 | // Launch VSCode using a specific profile to ensure that user settings are not used.
|
93 | 96 | // This profile must be imported into vscode before running this launch configuration.
|
94 | 97 | // The profile can be found under /test/csharp-standalone-profile.
|
95 |
| - "--profile csharp-standalone-profile", |
| 98 | + "--profile", |
| 99 | + "csharp-standalone-profile", |
96 | 100 | "${workspaceRoot}/test/omnisharp/omnisharpIntegrationTests/testAssets/${input:omnisharpAssetName}/.vscode/omnisharp_lsp_${input:omnisharpAssetName}.code-workspace",
|
97 | 101 | "--extensionDevelopmentPath=${workspaceRoot}",
|
98 | 102 | "--extensionTestsPath=${workspaceRoot}/out/test/omnisharp/omnisharpIntegrationTests"
|
|
0 commit comments