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

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamian Edwards <damian@damianedwards.com>2022-06-21 19:46:56 +0300
committerGitHub <noreply@github.com>2022-06-21 19:46:56 +0300
commit9a74d3b4d0d56a0dca195b80cc6d0539308f7089 (patch)
tree1b980602ab6e435607092ba0b05a901f69092eaa /src/ProjectTemplates/Web.ProjectTemplates/content/RazorClassLibrary-CSharp
parent146f49fdf09916d0c63e82570bfe059d7fb845e6 (diff)
Cleanup project template ide.host.json files (#42311)
- Make option values sticky in VS - Remove unused sections in ide.host.json Fixes #41638 #41637 #41631
Diffstat (limited to 'src/ProjectTemplates/Web.ProjectTemplates/content/RazorClassLibrary-CSharp')
-rw-r--r--src/ProjectTemplates/Web.ProjectTemplates/content/RazorClassLibrary-CSharp/.template.config/ide.host.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ProjectTemplates/Web.ProjectTemplates/content/RazorClassLibrary-CSharp/.template.config/ide.host.json b/src/ProjectTemplates/Web.ProjectTemplates/content/RazorClassLibrary-CSharp/.template.config/ide.host.json
index 431a939c49..ddedfbd61a 100644
--- a/src/ProjectTemplates/Web.ProjectTemplates/content/RazorClassLibrary-CSharp/.template.config/ide.host.json
+++ b/src/ProjectTemplates/Web.ProjectTemplates/content/RazorClassLibrary-CSharp/.template.config/ide.host.json
@@ -1,11 +1,12 @@
{
- "$schema": "http://json.schemastore.org/vs-2017.3.host",
+ "$schema": "http://json.schemastore.org/ide.host",
"order": 700,
"icon": "ide/RazorClassLibrary.ico",
"symbolInfo": [
{
"id": "SupportPagesAndViews",
- "isVisible": "true"
+ "isVisible": true,
+ "persistenceScope": "templateGroup"
}
]
}