5 references to WithVSCodeDebugSupport
Aspire.Hosting (1)
ProjectResourceBuilderExtensions.cs (1)
285
.
WithVSCodeDebugSupport
(projectPath, "coreclr", "ms-dotnettools.csharp")
Aspire.Hosting.Python (1)
PythonAppResourceBuilderExtensions.cs (1)
151
resourceBuilder.
WithVSCodeDebugSupport
(Path.Join(appDirectory, scriptPath), "python", "ms-python.python", ctx =>
Aspire.Hosting.Tests (3)
Dcp\DcpExecutorTests.cs (3)
1544
builder.AddResource(debuggableExecutable).
WithVSCodeDebugSupport
("project-file", "test_executable", "test_executable");
1595
builder.AddResource(executable).
WithVSCodeDebugSupport
("project-file", "test_executable", "test_executable");
1632
builder.AddResource(debuggableExecutable).
WithVSCodeDebugSupport
("test", "test_executable", "test_executable");