Is there an existing issue for this?
Describe the bug
If you comment out a resource, the aspire extension still adds the resource status code lens.
Expected Behavior
I'd expect the code lens to not render on commented code.
Steps To Reproduce
var builder = DistributedApplication.CreateBuilder(args);
builder.AddContainer("unleash-app", "whatever", "whatever")
//builder.AddContainer("unleash-app", "whatever", "whatever")
/*
builder.AddContainer("unleash-app", "whatever", "whatever")
*/
Exceptions (if any)
No response
Aspire doctor output
No response
Anything else?
Extension version
1.0.8
Is there an existing issue for this?
Describe the bug
If you comment out a resource, the aspire extension still adds the resource status code lens.
Expected Behavior
I'd expect the code lens to not render on commented code.
Steps To Reproduce
Exceptions (if any)
No response
Aspire doctor output
No response
Anything else?
Extension version
1.0.8