mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
Reenable debug integration test (#203733)
This commit is contained in:
@@ -4,7 +4,9 @@
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
let y = 0;
|
||||
for (let i = 0; i < 100; i++) {
|
||||
console.log(y);
|
||||
y = y + i;
|
||||
let z = 1;
|
||||
hello();
|
||||
|
||||
function hello() {
|
||||
console.log('hello');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user