From aa8547c4ad2caaf04f3ad7bba0644f337461cee5 Mon Sep 17 00:00:00 2001 From: Kirigaya <1193466151@qq.com> Date: Fri, 13 Jun 2025 21:08:44 +0800 Subject: [PATCH] fix 0.1.5 cannot launch in windows --- .gitignore | 3 ++- .vscodeignore | 3 ++- webpack.config.js | 1 - 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ad27a55..86a753d 100644 --- a/.gitignore +++ b/.gitignore @@ -16,4 +16,5 @@ resources/service *.traineddata .turbo stats.html -.openmcp \ No newline at end of file +.openmcp +test-vsix \ No newline at end of file diff --git a/.vscodeignore b/.vscodeignore index 7c98d72..5837250 100644 --- a/.vscodeignore +++ b/.vscodeignore @@ -25,4 +25,5 @@ software/** .gitattributes *.vsix .turbo -.github \ No newline at end of file +.github +webpack \ No newline at end of file diff --git a/webpack.config.js b/webpack.config.js index c75c998..ace8cc4 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -44,7 +44,6 @@ const extensionConfig = { } ] }, - devtool: 'nosources-source-map', infrastructureLogging: { level: "log", // enables logging required for problem matchers },