From: Adrian Freihofer Date: Sat, 14 Jun 2025 15:41:34 +0000 (+0200) Subject: devtool: ide-sdk code remove twxs.cmake X-Git-Tag: uninative-4.8~102 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=83d3465a0536a2ffa9c2b6f042051881ec055f5a;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git devtool: ide-sdk code remove twxs.cmake Do no longer recommend the twxs.cmake VSCode plugin. There is now a language server built into the ms-vscode.cmake-tools plugin as well. >From Release notes 1.20.53 https://marketplace.visualstudio.com/items/ms-vscode.cmake-tools/changelog Add notification suggesting users to uninstall twxs.cmake now that we have built-in Language Services. Follow this advice. Signed-off-by: Adrian Freihofer Signed-off-by: Richard Purdie --- diff --git a/scripts/lib/devtool/ide_plugins/ide_code.py b/scripts/lib/devtool/ide_plugins/ide_code.py index a62b93224ee..ee5bb57265b 100644 --- a/scripts/lib/devtool/ide_plugins/ide_code.py +++ b/scripts/lib/devtool/ide_plugins/ide_code.py @@ -161,7 +161,6 @@ class IdeVSCode(IdeBase): if modified_recipe.build_tool is not BuildTool.CMAKE: return recommendations += [ - "twxs.cmake", "ms-vscode.cmake-tools", "ms-vscode.cpptools", "ms-vscode.cpptools-extension-pack",