From df96278d1b45dbbb41b2bb0b9a0fd66457d2a465 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Thu, 11 Sep 2025 15:48:33 -0400 Subject: [PATCH] Adapt to https://github.com/redhat-developer/yaml-language-server/pull/1125 Adapt to the new location of the built code. Signed-off-by: David Thompson --- src/node/yamlClientMain.ts | 2 +- webpack.config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/node/yamlClientMain.ts b/src/node/yamlClientMain.ts index f193fed1..9ab762ae 100644 --- a/src/node/yamlClientMain.ts +++ b/src/node/yamlClientMain.ts @@ -19,7 +19,7 @@ export async function activate(context: ExtensionContext): Promise https://webpack.js.org/configuration/entry-context/ - languageserver: './node_modules/yaml-language-server/out/server/src/server.js', + languageserver: './node_modules/yaml-language-server/lib/cjs/server.js', }, output: { // the bundle is stored in the 'dist' folder (check package.json), 📖 -> https://webpack.js.org/configuration/output/