From 1d71d3820c1fc1809463640b3acabc6d279148a5 Mon Sep 17 00:00:00 2001 From: bluwy Date: Mon, 8 Jun 2026 09:06:10 +0800 Subject: [PATCH] Update .vscode/settings.json --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 25fa621..b6a93fc 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,4 @@ { - "typescript.tsdk": "node_modules/typescript/lib" + "js/ts.tsdk.path": "node_modules/typescript/lib", + "editor.defaultFormatter": "oxc.oxc-vscode" }