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 7064fe3 commit c23b94cCopy full SHA for c23b94c
extensions/vscode-api-tests/src/singlefolder-tests/debug.test.ts
@@ -15,7 +15,7 @@ suite('vscode API - debug', function () {
15
await closeAllEditors();
16
});
17
18
- test('breakpoints are available before accessing debug extension API', async () => {
+ test.skip('breakpoints are available before accessing debug extension API', async () => {
19
const file = await createRandomFile(undefined, undefined, '.js');
20
const doc = await workspace.openTextDocument(file);
21
await window.showTextDocument(doc);
0 commit comments