Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Import
System.Linq
namespace and modify RunVsCodeExtensionsSetup
…
…method to dynamically find the .app file in the `configurationProvider.InstallDirectory`. * **Import Namespace** - Import `System.Linq` namespace. * **Modify `RunVsCodeExtensionsSetup` Method** - Use `Directory.GetDirectories` to find the .app file. - Combine the path with the rest of the required path. - Update the `codeExe` variable to use the dynamically found .app file path.
- Loading branch information