remove command to tree item, only invoke from edit pen

This commit is contained in:
Garrett Campbell 2024-05-28 10:20:52 -04:00
Родитель ffd81a8384
Коммит ecb2c8f164
1 изменённых файлов: 0 добавлений и 6 удалений

Просмотреть файл

@ -131,12 +131,6 @@ export class LaunchTargetNode extends BaseNode {
"The launch target currently selected for debug and run in terminal.\n{0}",
this._toolTip
);
// enablement in makefile.outline.setLaunchConfiguration is not
// disabling this TreeItem
item.command = {
command: "makefile.outline.setLaunchConfiguration",
title: "%makefile-tools.command.makefile.setLaunchConfiguration.title%",
};
item.contextValue = [`nodeType=launchTarget`].join(",");
return item;
} catch (e) {