Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ide.host.json « .template.config « EmptyComponentsWebAssembly-CSharp « content « Web.ProjectTemplates « ProjectTemplates « src - github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8e687ab7bce976fdc7bc8ea9ac1960c60c7ef24d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
  "$schema": "http://json.schemastore.org/ide.host",
  "order": 660,
  "icon": "ide/icon.png",
  "disableHttpsSymbol": "NoHttps",
  "symbolInfo": [
    {
      "id": "Hosted",
      "isVisible": "true",
      "persistenceScope": "templateGroup"
    },
    {
      "id": "PWA",
      "isVisible": "true",
      "persistenceScope": "templateGroup"
    }
  ],
  "tags": [
    {
      "type": "projectType",
      "add": [ "Cloud", "Web" ],
      "remove": [ "*" ]
    },
    {
      "type": "platform",
      "add": [ "Linux", "macOS", "Windows" ]
    }
  ]
}