Skip to content

Commit

Permalink
Import System.Linq namespace and modify RunVsCodeExtensionsSetup
Browse files Browse the repository at this point in the history
…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
TheTripleV committed Jan 18, 2025
1 parent 2fbe249 commit ea0dcda
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit ea0dcda

Please sign in to comment.