Update environment selection tooltips from "Workspace" to "Project"#434
Merged
eleanorjboyd merged 2 commits intomainfrom May 22, 2025
Merged
Update environment selection tooltips from "Workspace" to "Project"#434eleanorjboyd merged 2 commits intomainfrom
eleanorjboyd merged 2 commits intomainfrom
Conversation
Co-authored-by: eleanorjboyd <26030610+eleanorjboyd@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Setting project environment button tool tip
Update environment selection tooltips from "Workspace" to "Project"
May 20, 2025
karthiknadig
approved these changes
May 22, 2025
Yoyokrazy
approved these changes
May 22, 2025
NguyenCuong1989
referenced
this pull request
in NguyenCuong1989/vscode-python-environments
Oct 23, 2025
…#434) This PR updates the language in the environment selection tooltips to align with terminology used elsewhere in the extension. ## Changes: - Changed "Set Workspace Environment" to "Set Project Environment" in the command title - Changed "Set As Workspace environment" to "Set As Project environment" in the command title - Updated tooltip text from "This environment is selected for workspace files" to "This environment is selected for project files" These changes ensure consistency in the UI language, where "Project" is the preferred term according to the extension's documentation and UI. Fixes #328. > [!WARNING] > > <details> > <summary>Firewall rules blocked me from connecting to one or more addresses</summary> > > #### I tried to connect to the following addresses, but was blocked by firewall rules: > > - `cdn.fwupd.org` > - Triggering command: `/usr/bin/fwupdmgr refresh ` (dns block) > > If you need me to access, download, or install something from one of these locations, you can either: > > - Configure [Actions setup steps](https://gh.io/copilot/actions-setup-steps) to set up my environment, which run before the firewall is enabled > - Add the appropriate URLs or hosts to my [firewall allow list](https://gh.io/copilot/firewall-config) > > </details> --- 💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more [Copilot coding agent tips](https://gh.io/copilot-coding-agent-tips) in the docs. --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: eleanorjboyd <26030610+eleanorjboyd@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR updates the language in the environment selection tooltips to align with terminology used elsewhere in the extension.
Changes:
These changes ensure consistency in the UI language, where "Project" is the preferred term according to the extension's documentation and UI.
Fixes #328.
Warning
Firewall rules blocked me from connecting to one or more addresses
I tried to connect to the following addresses, but was blocked by firewall rules:
cdn.fwupd.org/usr/bin/fwupdmgr refresh(dns block)If you need me to access, download, or install something from one of these locations, you can either:
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.