This is an automated email from the ASF dual-hosted git repository.

wangzx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/echarts-theme-builder.git


The following commit(s) were added to refs/heads/master by this push:
     new 2e4f7cf  fix
2e4f7cf is described below

commit 2e4f7cf969a275ec028efc2425d1b05167640f5c
Author: plainheart <[email protected]>
AuthorDate: Mon Nov 10 13:11:50 2025 +0800

    fix
---
 .vscode/settings.json | 9 +++++----
 config/env.asf.js     | 4 ++--
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/.vscode/settings.json b/.vscode/settings.json
index 85ea00b..14e393a 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -1,6 +1,7 @@
 {
-    "i18n-ally.localesPaths": [
-        "src/locales"
-    ],
-    "typescript.tsdk": "node_modules\\typescript\\lib"
+  "i18n-ally.localesPaths": [
+    "src/locales"
+  ],
+  "typescript.tsdk": "./node_modules/typescript/lib",
+  "typescript.enablePromptUseWorkspaceTsdk": true
 }
diff --git a/config/env.asf.js b/config/env.asf.js
index 0a31d34..41f4518 100644
--- a/config/env.asf.js
+++ b/config/env.asf.js
@@ -6,6 +6,6 @@ const __filename = fileURLToPath(import.meta.url);
 const __dirname = path.dirname(__filename);
 
 export default {
-    releaseDestDir: path.resolve(__dirname, '../../echarts-website'),
-    ecWWWGeneratedDir: path.resolve(__dirname, '../../echarts-www/_generated')
+  releaseDestDir: path.resolve(__dirname, '../../echarts-website'),
+  ecWWWGeneratedDir: path.resolve(__dirname, '../../echarts-www/_generated')
 };


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to