[PR #1113] [MERGED] Fix OpenConsole.psm1 to use vswhere #24486

Open
opened 2026-01-31 09:03:35 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/1113
Author: @strega-nil
Created: 6/3/2019
Status: Merged
Merged: 6/7/2019
Merged by: @undefined

Base: masterHead: master


📝 Commits (5)

  • 2817e80 Fix OpenConsole.psm1 to use vswhere
  • e1d2be0 Do as @DHowett-MSFT says and use VSSetup
  • cc418f6 try to do what @heaths is recommending
  • 54e6916 fix Import-LocalModule
  • cb46849 fix openconsole.psm1 for hopefully the last time

📊 Changes

2 files changed (+75 additions, -6 deletions)

View changed files

📝 .gitignore (+3 -0)
📝 tools/OpenConsole.psm1 (+72 -6)

📄 Description

Summary of the Pull Request

I'm not sure this is good, since I don't write a lot of powershell, and
I don't know the project very well, but hopefully it's good!

PR Checklist


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/1113 **Author:** [@strega-nil](https://github.com/strega-nil) **Created:** 6/3/2019 **Status:** ✅ Merged **Merged:** 6/7/2019 **Merged by:** [@undefined](undefined) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`2817e80`](https://github.com/microsoft/terminal/commit/2817e8007fd074376c170a2d5f7ad7b6ee1e50d4) Fix OpenConsole.psm1 to use vswhere - [`e1d2be0`](https://github.com/microsoft/terminal/commit/e1d2be08035507b02c43cdb4624563ed65fc3e1d) Do as @DHowett-MSFT says and use VSSetup - [`cc418f6`](https://github.com/microsoft/terminal/commit/cc418f6456df7927f08618a0545fd3e7545c90b7) try to do what @heaths is recommending - [`54e6916`](https://github.com/microsoft/terminal/commit/54e6916201bc144b8ccc6c41ac26b55d46414d6d) fix `Import-LocalModule` - [`cb46849`](https://github.com/microsoft/terminal/commit/cb4684944c2e411728386897806a2e0db0f3f6f2) fix openconsole.psm1 for hopefully the last time ### 📊 Changes **2 files changed** (+75 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+3 -0) 📝 `tools/OpenConsole.psm1` (+72 -6) </details> ### 📄 Description <!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? --> ## Summary of the Pull Request I'm not sure this is good, since I don't write a lot of powershell, and I don't know the project very well, but hopefully it's good! <!-- Please review the items on the PR checklist before submitting--> ## PR Checklist * [x] Closes #930 * [x] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:03:35 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#24486