File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 43
43
],
44
44
"preLaunchTask" : " buildDev"
45
45
},
46
+ {
47
+ "name" : " Launch Current File BasicRazorApp2_1 Integration Tests" ,
48
+ "type" : " extensionHost" ,
49
+ "request" : " launch" ,
50
+ "runtimeExecutable" : " ${execPath}" ,
51
+ "args" : [
52
+ // Create a temp profile that has no extensions / user settings.
53
+ // This allows us to only have the C# extension + the dotnet runtime installer extension dependency.
54
+ " --profile-temp" ,
55
+ " ${workspaceRoot}/test/razorIntegrationTests/testAssets/BasicRazorApp2_1/.vscode/lsp_tools_host_BasicRazorApp2_1.code-workspace" ,
56
+ " --extensionDevelopmentPath=${workspaceRoot}" ,
57
+ " --extensionTestsPath=${workspaceRoot}/out/test/razorIntegrationTests" ,
58
+ ],
59
+ "env" : {
60
+ "CODE_EXTENSIONS_PATH" : " ${workspaceRoot}" ,
61
+ "TEST_FILE_FILTER" : " ${file}"
62
+ },
63
+ "sourceMaps" : true ,
64
+ "outFiles" : [
65
+ " ${workspaceRoot}/dist/*.js" ,
66
+ " ${workspaceRoot}/out/test/**/*.js"
67
+ ],
68
+ "resolveSourceMapLocations" : [
69
+ " ${workspaceFolder}/**" ,
70
+ " !**/node_modules/**"
71
+ ],
72
+ "preLaunchTask" : " buildDev"
73
+ },
46
74
{
47
75
"name" : " Omnisharp: Launch Current File Integration Tests" ,
48
76
"type" : " extensionHost" ,
You can’t perform that action at this time.
0 commit comments