Skip to content

How to prevent a template appearing in Visual Studio? #4772

Discussion options

You must be logged in to vote

You can create an ide.host.json in your .template.config directory to keep the template from showing in the new project dialog.

{
  "unsupportedHosts": [
    { 
      "id": "vs" 
    }
  ]
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mrlacey
Comment options

Answer selected by phenning
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants