From 66a613729b332011c33b6a648dddd08f09a00772 Mon Sep 17 00:00:00 2001 From: Noritaka Kobayashi Date: Sun, 14 Jun 2026 22:04:47 +0900 Subject: [PATCH] chore: update VS Code js/ts autoDetect settings --- .vscode/settings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index dc25409..d297ff8 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -9,8 +9,8 @@ "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", - "typescript.preferences.importModuleSpecifierEnding": "js", + "js/ts.tsc.autoDetect": "off", + "js/ts.preferences.importModuleSpecifierEnding": "js", "editor.formatOnSave": true, "editor.defaultFormatter": "esbenp.prettier-vscode", "eslint.format.enable": true,