From d8bbd453ab4d14d3f9c1bca391f75f4522d0879d Mon Sep 17 00:00:00 2001 From: Adrian Freihofer Date: Sat, 14 Jun 2025 17:41:34 +0200 Subject: 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. (From OE-Core rev: 83d3465a0536a2ffa9c2b6f042051881ec055f5a) Signed-off-by: Adrian Freihofer Signed-off-by: Richard Purdie --- scripts/lib/devtool/ide_plugins/ide_code.py | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts/lib/devtool/ide_plugins/ide_code.py') diff --git a/scripts/lib/devtool/ide_plugins/ide_code.py b/scripts/lib/devtool/ide_plugins/ide_code.py index a62b93224e..ee5bb57265 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", -- cgit v1.2.3-54-g00ecf