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" }