From 79659fb54b87632cf064114fa78bbf5d62e2ca06 Mon Sep 17 00:00:00 2001 From: Matt Bierner <12821956+mjbvz@users.noreply.github.com> Date: Mon, 13 Oct 2025 13:39:00 -0700 Subject: [PATCH] Remove old `downlevelIteration` compile option We're targeting modern es versions so I don't think we need this anymore --- extensions/debug-auto-launch/tsconfig.json | 1 - extensions/debug-server-ready/tsconfig.json | 1 - extensions/tunnel-forwarding/tsconfig.json | 1 - 3 files changed, 3 deletions(-) diff --git a/extensions/debug-auto-launch/tsconfig.json b/extensions/debug-auto-launch/tsconfig.json index bfcf873c749..7234fdfeb97 100644 --- a/extensions/debug-auto-launch/tsconfig.json +++ b/extensions/debug-auto-launch/tsconfig.json @@ -2,7 +2,6 @@ "extends": "../tsconfig.base.json", "compilerOptions": { "outDir": "./out", - "downlevelIteration": true, "types": [ "node" ] diff --git a/extensions/debug-server-ready/tsconfig.json b/extensions/debug-server-ready/tsconfig.json index 9bf747283ca..c80fe0d4ca9 100644 --- a/extensions/debug-server-ready/tsconfig.json +++ b/extensions/debug-server-ready/tsconfig.json @@ -2,7 +2,6 @@ "extends": "../tsconfig.base.json", "compilerOptions": { "outDir": "./out", - "downlevelIteration": true, "types": [ "node" ] diff --git a/extensions/tunnel-forwarding/tsconfig.json b/extensions/tunnel-forwarding/tsconfig.json index 4769a9faec8..efd9a54dbfa 100644 --- a/extensions/tunnel-forwarding/tsconfig.json +++ b/extensions/tunnel-forwarding/tsconfig.json @@ -2,7 +2,6 @@ "extends": "../tsconfig.base.json", "compilerOptions": { "outDir": "./out", - "downlevelIteration": true, "types": [ "node" ]