Ejemplo n.º 1
0
        void UpdateFormatting()
        {
            IEnumerable <string> fileNames = addinPath.GetPowerShellFormattingFileNames();

            powerShellHost.UpdateFormatting(fileNames);
        }