mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
Skip "breakpoints are available before accessing debug extension API" (#255982)
See https://github.com/microsoft/vscode/issues/254039
This commit is contained in:
@@ -15,7 +15,7 @@ suite('vscode API - debug', function () {
|
||||
await closeAllEditors();
|
||||
});
|
||||
|
||||
test('breakpoints are available before accessing debug extension API', async () => {
|
||||
test.skip('breakpoints are available before accessing debug extension API', async () => {
|
||||
const file = await createRandomFile(undefined, undefined, '.js');
|
||||
const doc = await workspace.openTextDocument(file);
|
||||
await window.showTextDocument(doc);
|
||||
|
||||
Reference in New Issue
Block a user