Reenable debug integration test (#203733)

This commit is contained in:
Rob Lourens
2024-01-29 16:21:19 -03:00
committed by GitHub
parent 0f323440e5
commit b637950b4b
4 changed files with 43 additions and 41 deletions

View File

@@ -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;