We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a549c79 commit fdda8d0Copy full SHA for fdda8d0
src/test/issues/issueTodoProvider.test.ts
@@ -7,7 +7,7 @@ import { default as assert } from 'assert';
7
import * as vscode from 'vscode';
8
import { IssueTodoProvider } from '../../issues/issueTodoProvider';
9
10
-describe.skip('IssueTodoProvider', function () {
+describe('IssueTodoProvider', function () {
11
it('should provide both actions when CopilotRemoteAgentManager is available', async function () {
12
const mockContext = {
13
subscriptions: []
0 commit comments