export interface IVsCodeExtensions {
    recommendations?: string[];
}
