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 6838364 commit 9320ca5Copy full SHA for 9320ca5
extensions/vscode-api-tests/src/singlefolder-tests/debug.test.ts
@@ -39,7 +39,7 @@ suite('vscode API - debug', function () {
39
disposeAll(toDispose);
40
});
41
42
- test('start debugging', async function () {
+ test.skip('start debugging', async function () {
43
let stoppedEvents = 0;
44
let variablesReceived: () => void;
45
let initializedReceived: () => void;
0 commit comments