mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
Reenable debug integration test (#203733)
This commit is contained in:
@@ -49,7 +49,7 @@ suite('vscode API - debug', function () {
|
||||
disposeAll(toDispose);
|
||||
});
|
||||
|
||||
test.skip('start debugging', async function () {
|
||||
test('start debugging', async function () {
|
||||
let stoppedEvents = 0;
|
||||
let variablesReceived: () => void;
|
||||
let initializedReceived: () => void;
|
||||
|
||||
Reference in New Issue
Block a user