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 9b4f4fa commit 9deb2e6Copy full SHA for 9deb2e6
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