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 3035682 commit b49c688Copy full SHA for b49c688
extensions/vscode-api-tests/src/singlefolder-tests/debug.test.ts
@@ -37,7 +37,7 @@ suite('Debug', function () {
37
disposeAll(toDispose);
38
});
39
40
- test('start debugging', async function () {
+ test.skip('start debugging', async function () {
41
assert.equal(debug.activeDebugSession, undefined);
42
let stoppedEvents = 0;
43
let variablesReceived: () => void;
0 commit comments