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