From 3303835e087c6bd2030d0c25100f1b376e0fbe7e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 18 May 2026 17:48:33 +0000 Subject: [PATCH 1/2] Initial plan From ec1aa5a7c4c685c193d90cdf56fa910118812275 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 18 May 2026 17:50:40 +0000 Subject: [PATCH 2/2] fix: replace deprecated typescript.tsc.autoDetect with js/ts.tsc.autoDetect --- .../ext-command-ts/vscode-esbuild/vscode/settings.json | 2 +- .../ext-command-ts/vscode-webpack/vscode/settings.json | 2 +- generators/app/templates/ext-command-ts/vscode/settings.json | 2 +- .../app/templates/ext-command-web/vscode-esbuild/settings.json | 2 +- .../app/templates/ext-command-web/vscode-webpack/settings.json | 2 +- .../app/templates/ext-notebook-renderer/vscode/settings.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/generators/app/templates/ext-command-ts/vscode-esbuild/vscode/settings.json b/generators/app/templates/ext-command-ts/vscode-esbuild/vscode/settings.json index 5c5ac48c..1bcc8be2 100644 --- a/generators/app/templates/ext-command-ts/vscode-esbuild/vscode/settings.json +++ b/generators/app/templates/ext-command-ts/vscode-esbuild/vscode/settings.json @@ -9,5 +9,5 @@ "dist": true // set this to false to include "dist" folder in search results }, // Turn off tsc task auto detection since we have the necessary tasks as npm scripts - "typescript.tsc.autoDetect": "off" + "js/ts.tsc.autoDetect": "off" } \ No newline at end of file diff --git a/generators/app/templates/ext-command-ts/vscode-webpack/vscode/settings.json b/generators/app/templates/ext-command-ts/vscode-webpack/vscode/settings.json index 16a5c022..734a3e42 100644 --- a/generators/app/templates/ext-command-ts/vscode-webpack/vscode/settings.json +++ b/generators/app/templates/ext-command-ts/vscode-webpack/vscode/settings.json @@ -9,5 +9,5 @@ "dist": true // set this to false to include "dist" folder in search results }, // Turn off tsc task auto detection since we have the necessary tasks as npm scripts - "typescript.tsc.autoDetect": "off" + "js/ts.tsc.autoDetect": "off" } diff --git a/generators/app/templates/ext-command-ts/vscode/settings.json b/generators/app/templates/ext-command-ts/vscode/settings.json index afdab66c..702eff81 100644 --- a/generators/app/templates/ext-command-ts/vscode/settings.json +++ b/generators/app/templates/ext-command-ts/vscode/settings.json @@ -7,5 +7,5 @@ "out": true // set this to false to include "out" folder in search results }, // Turn off tsc task auto detection since we have the necessary tasks as npm scripts - "typescript.tsc.autoDetect": "off" + "js/ts.tsc.autoDetect": "off" } diff --git a/generators/app/templates/ext-command-web/vscode-esbuild/settings.json b/generators/app/templates/ext-command-web/vscode-esbuild/settings.json index 943fae73..cb3c7014 100644 --- a/generators/app/templates/ext-command-web/vscode-esbuild/settings.json +++ b/generators/app/templates/ext-command-web/vscode-esbuild/settings.json @@ -7,5 +7,5 @@ "dist": true // set this to false to include "dist" folder in search results }, // Turn off tsc task auto detection since we have the necessary tasks as npm scripts - "typescript.tsc.autoDetect": "off" + "js/ts.tsc.autoDetect": "off" } \ No newline at end of file diff --git a/generators/app/templates/ext-command-web/vscode-webpack/settings.json b/generators/app/templates/ext-command-web/vscode-webpack/settings.json index 943fae73..cb3c7014 100644 --- a/generators/app/templates/ext-command-web/vscode-webpack/settings.json +++ b/generators/app/templates/ext-command-web/vscode-webpack/settings.json @@ -7,5 +7,5 @@ "dist": true // set this to false to include "dist" folder in search results }, // Turn off tsc task auto detection since we have the necessary tasks as npm scripts - "typescript.tsc.autoDetect": "off" + "js/ts.tsc.autoDetect": "off" } \ No newline at end of file diff --git a/generators/app/templates/ext-notebook-renderer/vscode/settings.json b/generators/app/templates/ext-notebook-renderer/vscode/settings.json index afdab66c..702eff81 100644 --- a/generators/app/templates/ext-notebook-renderer/vscode/settings.json +++ b/generators/app/templates/ext-notebook-renderer/vscode/settings.json @@ -7,5 +7,5 @@ "out": true // set this to false to include "out" folder in search results }, // Turn off tsc task auto detection since we have the necessary tasks as npm scripts - "typescript.tsc.autoDetect": "off" + "js/ts.tsc.autoDetect": "off" }