We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cd6e96 commit a1de55fCopy full SHA for a1de55f
test/features/DebugSession.test.ts
@@ -69,7 +69,7 @@ describe("DebugSessionFeature", () => {
69
createDebugSessionFeatureStub({context: context});
70
assert.ok(registerFactoryStub.calledOnce, "Debug adapter factory method called");
71
assert.ok(registerProviderStub.calledTwice, "Debug config provider registered for both Initial and Dynamic");
72
- assert.equal(context.subscriptions.length, 3, "DebugSessionFeature disposables populated");
+ assert.equal(context.subscriptions.length, 4, "DebugSessionFeature disposables populated");
73
// TODO: Validate the registration content, such as the language name
74
});
75
0 commit comments