Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/.net/25.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
.net JSON大纲工具未出现在VS 2015或2017中_.net_Json_Visual Studio_Azure - Fatal编程技术网

.net JSON大纲工具未出现在VS 2015或2017中

.net JSON大纲工具未出现在VS 2015或2017中,.net,json,visual-studio,azure,.net,Json,Visual Studio,Azure,当我打开JSON ARM文件时,轮廓不会出现在Cloud Explorer窗口中。我也没有为模板获取intellisense(我安装了Azure SDK)。这是文件 { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { }, "variable

当我打开JSON ARM文件时,轮廓不会出现在Cloud Explorer窗口中。我也没有为模板获取intellisense(我安装了Azure SDK)。这是文件

    {
  "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
  "contentVersion": "1.0.0.0",
  "parameters": {

  },
  "variables": {

  },
  "resources": [

  ],
  "outputs": {

  }
}

我通过删除Azure SDK 3.0并返回到2.9(2016年11月)修复了它

我必须手动显示它,即使我单独打开一个json文件,它也不会显示布局。但是,当我将JSON文件作为VS项目打开时,它在VS2017中运行良好,请转到Visual Studio安装程序,并确保安装了Azure开发工作负载

然后转到VS2017并打开
视图
其他窗口
JSON大纲


vs2019也有相同的修复程序。