From 3a61e782adb0750d2b0fbac13d16c4e16c747a8a Mon Sep 17 00:00:00 2001 From: Abe Jellinek Date: Mon, 18 Aug 2025 13:17:03 -0400 Subject: [PATCH] Scaffold: Fix modern JS APIs missing from code completion --- chrome/content/scaffold/monaco/monaco.html | 1 - 1 file changed, 1 deletion(-) diff --git a/chrome/content/scaffold/monaco/monaco.html b/chrome/content/scaffold/monaco/monaco.html index bb22881191..782d6bd10a 100644 --- a/chrome/content/scaffold/monaco/monaco.html +++ b/chrome/content/scaffold/monaco/monaco.html @@ -47,7 +47,6 @@ globalEditor = monaco; monaco.languages.typescript.javascriptDefaults.setCompilerOptions({ - target: monaco.languages.typescript.ScriptTarget.ES6, allowNonTsExtensions: true // needed for peeking definitions from in-memory models to work });