Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not hide FastModel selection on MacOS in visual editor #10

Open
MatthiasHertel80 opened this issue Dec 19, 2024 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@MatthiasHertel80
Copy link

Type: Bug Report

Describe the bug

  • OS and Version: MacOS all
  • VS Code Version: all
  • Extension Version: 1.8.0
  • Target Device:

On MacOS the environment-manager.editor view does not show an avh-fvp selection. Although FVPs are not available for MacOS at the moment, this makes it inconvenient to configure the vcpkg-configuration.json for a linux-based CI workflow of the project. Rather than hiding the tool, this could be reduced to a note, that a tool is not available for the current host OS.

@thegecko
Copy link
Contributor

Thanks for the feedback.

The list of available tools is exposed in multiple places, what do you think to the following proposal:

  • Visual Design Surface: Show all available tools, but add a warning for any tool which won't be installed on the current system
  • Inline Intellisense: Allow adding any tool, but add a problem squiggly under any tools which won't be installed
  • API: Return all tools including the architecture they support, leaving any decision logic about problems to the API consumers. This changes the existing API

@thegecko thegecko added the enhancement New feature or request label Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants