finish healthy check & other sources implemtation

This commit is contained in:
2024-09-28 14:08:30 +02:00
parent 6f8ac996fd
commit 31f557cc8d
10 changed files with 179 additions and 2 deletions

View File

@@ -4,4 +4,5 @@ public static class FeatureTypes
{
public static string Workspace => "workspace";
public static string Tools => "tools";
public static string ActionsContextMenu => "cm.actions";
}